Skip to content
Snippets Groups Projects
Commit b047a4cf authored by Justin Kelly's avatar Justin Kelly
Browse files

small print.css style adjustments

darcs-hash:20050714191517-cbd8d-49c3fadb3f91029d801aae453d4c34f9b94186f1.gz
parent 9cc3a670
No related branches found
No related tags found
No related merge requests found
body { body {
font: 12pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
background-color: White; background-color: White;
color: Black; color: Black;
} }
...@@ -86,9 +86,9 @@ h1, h2, h3, h4, h5 { ...@@ -86,9 +86,9 @@ h1, h2, h3, h4, h5 {
/* special headlines */ /* special headlines */
h1 {font-size: 160%; font-weight: bold;} h1 {font-size: 160%; font-weight: bold;}
h2 {font-size: 150%; } h2 {font-size: 150%; }
h3 {font-size: 140%; border-bottom: none; font-weight: bold;} h3 {font-size: 140%; border-bottom: none; }
h4 {font-size: 120%; border-bottom: none; font-weight: bold;} h4 {font-size: 120%; border-bottom: none; }
h5 {font-size: 100%; border-bottom: none; font-weight: bold;} h5 {font-size: 100%; border-bottom: none; }
/* embedded images */ /* embedded images */
img.media { img.media {
...@@ -118,10 +118,10 @@ ul { ...@@ -118,10 +118,10 @@ ul {
/* ordered lists */ /* ordered lists */
ol { ol {
line-height: 1.5em; line-height: 1.0em;
margin: 0 0 1.0em 1.5em; margin: 0 0 1.0em 1.0em;
padding: 0; padding: 0;
font-weight: bold; font-weight: normal;
} }
/* the list items overriding the ol definition */ /* the list items overriding the ol definition */
...@@ -221,3 +221,5 @@ table.inline td { ...@@ -221,3 +221,5 @@ table.inline td {
} }
.toc, .footerinc, .header, .bar, .user {display:none} .toc, .footerinc, .header, .bar, .user {display:none}
#sidebar {display:none}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment