summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Kelly <linuxppc@gmail.com>2005-07-14 21:15:17 +0200
committerJustin Kelly <linuxppc@gmail.com>2005-07-14 21:15:17 +0200
commitb047a4cfb6b85b30af11a520eea9e8953015b0a5 (patch)
tree90e102d2a2b51041c71f753be4be26117c08b3d4
parent9cc3a670ebed73f52634dd9b0a4f121cf65b5cd9 (diff)
downloadrpg-b047a4cfb6b85b30af11a520eea9e8953015b0a5.tar.gz
rpg-b047a4cfb6b85b30af11a520eea9e8953015b0a5.tar.bz2
small print.css style adjustments
darcs-hash:20050714191517-cbd8d-49c3fadb3f91029d801aae453d4c34f9b94186f1.gz
-rw-r--r--lib/tpl/default/print.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/tpl/default/print.css b/lib/tpl/default/print.css
index 77c82a580..1de497bc5 100644
--- a/lib/tpl/default/print.css
+++ b/lib/tpl/default/print.css
@@ -1,6 +1,6 @@
body {
- font: 12pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
+ font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
background-color: White;
color: Black;
}
@@ -86,9 +86,9 @@ h1, h2, h3, h4, h5 {
/* special headlines */
h1 {font-size: 160%; font-weight: bold;}
h2 {font-size: 150%; }
-h3 {font-size: 140%; border-bottom: none; font-weight: bold;}
-h4 {font-size: 120%; border-bottom: none; font-weight: bold;}
-h5 {font-size: 100%; border-bottom: none; font-weight: bold;}
+h3 {font-size: 140%; border-bottom: none; }
+h4 {font-size: 120%; border-bottom: none; }
+h5 {font-size: 100%; border-bottom: none; }
/* embedded images */
img.media {
@@ -118,10 +118,10 @@ ul {
/* ordered lists */
ol {
- line-height: 1.5em;
- margin: 0 0 1.0em 1.5em;
+ line-height: 1.0em;
+ margin: 0 0 1.0em 1.0em;
padding: 0;
- font-weight: bold;
+ font-weight: normal;
}
/* the list items overriding the ol definition */
@@ -221,3 +221,5 @@ table.inline td {
}
.toc, .footerinc, .header, .bar, .user {display:none}
+
+#sidebar {display:none}