minor tweaks

svn: r10445

original commit: 44cee570a7a6adf8f2c19eb476419d8a1200e308
This commit is contained in:
Eli Barzilay 2008-06-24 18:43:51 +00:00
parent 1a89538e3f
commit a48b5c6a1a

View File

@ -343,29 +343,13 @@ font-weight: bold;
text-align: center; text-align: center;
} }
pre { pre { margin-left: 2em; }
margin-left: 2em; blockquote { margin-left: 2em; }
}
blockquote { ol { list-style-type: decimal; }
margin-left: 2em; ol ol { list-style-type: lower-alpha; }
} ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }
ol {
list-style-type: decimal;
}
ol ol {
list-style-type: lower-alpha;
}
ol ol ol {
list-style-type: lower-roman;
}
ol ol ol ol {
list-style-type: upper-alpha;
}
i { i {
} }
@ -467,6 +451,6 @@ i {
} }
.compact li p { .compact li p {
margin: 0 0 0 0; margin: 0em;
padding: 0 0 0 0; padding: 0em;
} }