Skip to content

Commit 0b1a4a6

Browse files
committed
fix link and paragraph overlap issues, automation page
1 parent 509baa1 commit 0b1a4a6

2 files changed

Lines changed: 16 additions & 20 deletions

File tree

ims-devops.html

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -107,32 +107,29 @@ <h3>
107107
<div class="pure-g pure-g-pad">
108108
<div class="pure-u-1 pure-u-lg-1-2">
109109
<p>
110-
<a
111-
target="_blank"
112-
rel="noopener noreferrer"
113-
href="https://www.ansible.com/integrations/infrastructure/ibm-zos">
114-
Red Hat Ansible Certified Content for IBM Z
115-
</a>
110+
Red Hat® Ansible Certified Content for IBM Z
116111
helps you connect IBM Z to your wider enterprise automation strategy through the Red Hat® Ansible
117112
Automation Platform ecosystem. IBM Z Ansible content helps enable development and operations
118113
automation through unified workflow orchestration in one easy-to-use platform.
119114
</p>
120-
<p>
121-
</p>
115+
<a
116+
target="_blank"
117+
rel="noopener noreferrer"
118+
href="https://www.ansible.com/integrations/infrastructure/ibm-zos">
119+
Get started with Red Hat® Ansible Certified Content for IBM Z →
120+
</a>
122121
</div>
123122
<div class="pure-u-1 pure-u-lg-1-2">
124123
<p>
125124
Integrate what you have or build new playbooks with certified, open source content to create something new. Use your
126125
existing JCL, REXX, and z/OSMF assets or anything else using Ansible.
127126
</p>
128-
<p>
129-
<a
130-
target="_blank"
131-
rel="noopener noreferrer"
132-
href="https://www.ibm.com/support/z-content-solutions/ansible/">
133-
Get started with Ansible collections for IBM Z →
134-
</a>
135-
</p>
127+
<a
128+
target="_blank"
129+
rel="noopener noreferrer"
130+
href="https://www.ibm.com/support/z-content-solutions/ansible/">
131+
Get started with Ansible collections for IBM Z →
132+
</a>
136133
</div>
137134
</div>
138135
</div>
@@ -142,7 +139,7 @@ <h3>
142139
<section class="light-gray-bg pure-g">
143140
<div class="pure-u-1">
144141
<div class="pure-g pure-g-pad">
145-
<div class="pure-u-md-1-2">
142+
<div class="pure-u-1 pure-u-md-1-2">
146143
<img src="wp-content/Icon_IMS collections_AutomationPage.svg" alt="" class="icon-xl">
147144
<h2 class="h2-normal">IMS collections</h2>
148145
<p>
@@ -166,7 +163,7 @@ <h2 class="h2-normal">IMS collections</h2>
166163
</a>
167164
</p>
168165
</div>
169-
<div class="pure-u-md-1-2">
166+
<div class="pure-u-1 pure-u-md-1-2">
170167
<img src="wp-content/Icon_IMS collections_AutomationPage.svg" alt="" class="icon-xl">
171168
<h2 class="h2-normal">Engage with the community</h2>
172169
<p>

wp-includes/css/nav.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,7 @@ a {
720720
display: inline-block;
721721
color: #0F62FE;
722722
text-decoration: none;
723-
line-height: 2em;
724-
/*border-bottom: 2px solid transparent;*/
723+
/* line-height: 2em; */
725724
transition: .3s ease all;
726725
}
727726

0 commit comments

Comments
 (0)