Skip to content

Commit 880f84a

Browse files
committed
update layout, advocates and ideas page
1 parent a6413a8 commit 880f84a

2 files changed

Lines changed: 15 additions & 17 deletions

File tree

ims-advocacy.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h1>Advocates and ideas</h1>
328328
<h2>Who are they?</h2>
329329
</div>
330330
<div class="pure-u-md-3-4">
331-
<div class="pure-g pure-g-pad center-content">
331+
<div class="pure-g pure-g-pad">
332332
<div class="pure-u-1 pure-u-md-9-24">
333333
<div class="inline-g">
334334
<img src="wp-content/Development.svg" alt="">
@@ -443,24 +443,21 @@ <h2>Shape the future of IMS</h2>
443443
</p>
444444
</div>
445445
<div class="pure-u-1 pure-g pure-g-pad">
446+
<img src="wp-content/icons/icon_idea.svg" alt="" class="icon-sm">
447+
<h3>Review ideas and post your own</h3>
446448
<div class="pure-u-md-11-24">
447-
<img src="wp-content/icons/icon_idea.svg" alt="" class="icon-sm">
448-
<h3>Review ideas and post your own</h3>
449449
<ol>
450450
<li><p>Review existing requirements to enhance IMS.</p></li>
451451
<li><p>Optional: Comment, vote, or subscribe to those enhancements.</p></li>
452-
<li><p>Post an idea if it doesn't already exist.</p></li>
453-
<li><p>Get feedback from the IMS team and other customers to refine your idea.</p></li>
454-
<li><p>Subscribe to follow the idea through the IMS ideas process.</p></li>
452+
<li><p><p>Post an idea if it doesn't already exist.</p></p></li>
455453
</ol>
456454
</div>
457-
<!-- <div class="pure-u-md-11-24">
458-
<img src="wp-content/icons/icon_edit.svg" alt="" class="icon-sm">
459-
<h3>Post your ideas</h3>
455+
<div class="pure-u-md-11-24">
460456
<ol>
461-
457+
<li><p>Get feedback from the IMS team and other customers to refine your idea.</p></li>
458+
<li><p>Subscribe to follow the idea through the IMS ideas process.</p></li>
462459
</ol>
463-
</div> -->
460+
</div>
464461
</div>
465462
<div class="pure-u-1 pure-g pure-g-pad">
466463
<div class="pure-u-md-11-24 pure-u-xl-5-24">

wp-includes/css/page.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,6 @@
228228
padding: 1.2em;
229229
}
230230

231-
/* Center content within pure-g */
232-
.center-content {
233-
display: flex;
234-
justify-content: center;
235-
}
236-
237231
/* Format column group */
238232
.column-g > div {
239233
padding: 0.2em;
@@ -256,6 +250,13 @@
256250
margin-right: 2em;
257251
}
258252

253+
.inline-g-ol {
254+
display: flex;
255+
flex-flow: row nowrap;
256+
gap: 0.2em;
257+
align-items: center;
258+
}
259+
259260
/* Format horizontal divider */
260261
.hr-container {
261262
padding: 2em 0em 3em 0em;

0 commit comments

Comments
 (0)