mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
Bug 1150476 - fix silly typo in list styles, r=trivial
This commit is contained in:
parent
15c4148374
commit
df17711ee5
@ -268,7 +268,7 @@ body {
|
||||
|
||||
.content ul {
|
||||
-moz-padding-start: 30px !important;
|
||||
list-style: disk !important;
|
||||
list-style: disc !important;
|
||||
}
|
||||
|
||||
.content ol {
|
||||
|
@ -249,7 +249,7 @@ body.loaded {
|
||||
|
||||
.content ul {
|
||||
-moz-padding-start: 30px;
|
||||
list-style: disk;
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
.content ol {
|
||||
|
Loading…
x
Reference in New Issue
Block a user