CSS fix for ul/li in FAQ
- Added new class in main.css for "faq" - Previous ul had no indention. Added 2em - Previous li had no bullet. Added disc. - NOTE: ammended fix for missing } on 1650 Change-Id: I8b38146b1959b349416d4b6d1ce120c86e330adb
This commit is contained in:
parent
4a842e40cd
commit
c1f1228f47
@ -1643,6 +1643,11 @@ ul.default {
|
||||
padding-left: 1em; }
|
||||
ul.default li {
|
||||
padding-left: 0.5em; }
|
||||
ul.faq {
|
||||
list-style: disc;
|
||||
padding-left: 2em; }
|
||||
ul.faq li {
|
||||
padding-left: 0.5em; }
|
||||
ul.links li {
|
||||
line-height: 2.5em; }
|
||||
ul.icons {
|
||||
|
@ -102,7 +102,7 @@
|
||||
can be used to perform CI and CD.
|
||||
|
||||
Major differences that come out of this include:
|
||||
<ul>
|
||||
<ul class="faq">
|
||||
<li>Zuul expects all configuration to be managed as code.</li>
|
||||
<li>Zuul provides test environment provisioning via Nodepool.</li>
|
||||
<li>Zuul includes out of the box support for gating commits.</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user