bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a48b5c6a1a872791eb9d9b2945b159f29dbc1812
parent 1a89538e3fbcba19a8e6c779fba61a46900fc059
Author: Eli Barzilay <eli@racket-lang.org>
Date:   Tue, 24 Jun 2008 18:43:51 +0000

minor tweaks

svn: r10445

original commit: 44cee570a7a6adf8f2c19eb476419d8a1200e308

Diffstat:
Mcollects/scribble/scribble.css | 32++++++++------------------------
1 file changed, 8 insertions(+), 24 deletions(-)

diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css @@ -343,29 +343,13 @@ font-weight: bold; text-align: center; } -pre { - margin-left: 2em; -} - -blockquote { - margin-left: 2em; -} - -ol { - list-style-type: decimal; -} +pre { margin-left: 2em; } +blockquote { 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 { } @@ -467,6 +451,6 @@ i { } .compact li p { - margin: 0 0 0 0; - padding: 0 0 0 0; + margin: 0em; + padding: 0em; }