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;
}
pre {
margin-left: 2em;
}
pre { margin-left: 2em; }
blockquote { margin-left: 2em; }
blockquote {
margin-left: 2em;
}
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;
}
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 {
}
@ -467,6 +451,6 @@ i {
}
.compact li p {
margin: 0 0 0 0;
padding: 0 0 0 0;
margin: 0em;
padding: 0em;
}