Fixed issue 557, better CSS to render UL/OL.

This commit is contained in:
William MARTIN 2011-01-05 12:07:57 +01:00 committed by Loïc d'Anterroches
parent 90b9279c3a
commit 9ccbcea743

View File

@ -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;