From a48b5c6a1a872791eb9d9b2945b159f29dbc1812 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 24 Jun 2008 18:43:51 +0000 Subject: [PATCH] minor tweaks svn: r10445 original commit: 44cee570a7a6adf8f2c19eb476419d8a1200e308 --- collects/scribble/scribble.css | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index e77470a2..4087ff25 100644 --- a/collects/scribble/scribble.css +++ b/collects/scribble/scribble.css @@ -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; }