Bug 1150476 - fix silly typo in list styles, r=trivial

This commit is contained in:
Gijs Kruitbosch 2015-04-02 13:18:10 +01:00
parent 15c4148374
commit df17711ee5
2 changed files with 2 additions and 2 deletions

View File

@ -268,7 +268,7 @@ body {
.content ul {
-moz-padding-start: 30px !important;
list-style: disk !important;
list-style: disc !important;
}
.content ol {

View File

@ -249,7 +249,7 @@ body.loaded {
.content ul {
-moz-padding-start: 30px;
list-style: disk;
list-style: disc;
}
.content ol {