Skip to content

Commit 5415442

Browse files
authored
Merge pull request #74 from imsdev/responsive-pages-fixes
Responsive pages fixes
2 parents 8f3f526 + eeeb602 commit 5415442

4 files changed

Lines changed: 18 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>

ims-java.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
<!-- Sheets -->
3939
<!-- Imported styling -->
40+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
4041
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
4142
<!-- Migrated stylesheets -->
4243
<link href="wp-includes/css/www.css" rel="stylesheet" />

web-components/hero-section/hero-section.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ h6, p {
147147
grid-column: 3;
148148
grid-row: 1 / 6;
149149
background-color: white;
150+
color: black;
150151
padding: 2em 3em 2em 3em;
151152
margin: 1em;
152153
opacity: 0.75;

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)