Fixed issue 557, better CSS to render UL/OL.
This commit is contained in:
parent
90b9279c3a
commit
9ccbcea743
@ -702,6 +702,14 @@ div.deprecated-page {
|
|||||||
color: #a00;
|
color: #a00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul > li {
|
||||||
|
list-style: disc outside none;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol > li {
|
||||||
|
list-style: decimal outside none;
|
||||||
|
}
|
||||||
|
|
||||||
#branding {
|
#branding {
|
||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user