[Python-checkins] r57874 - doctools/trunk/sphinx/style/default.css

georg.brandl python-checkins at python.org
Sat Sep 1 17:40:07 CEST 2007


Author: georg.brandl
Date: Sat Sep  1 17:39:59 2007
New Revision: 57874

Modified:
   doctools/trunk/sphinx/style/default.css
Log:
Fix the relative font sizes a bit.


Modified: doctools/trunk/sphinx/style/default.css
==============================================================================
--- doctools/trunk/sphinx/style/default.css	(original)
+++ doctools/trunk/sphinx/style/default.css	Sat Sep  1 17:39:59 2007
@@ -39,6 +39,7 @@
     float: left;
     width: 230px;
     margin-left: -100%;
+    font-size: 90%;
 }
 
 div.clearer {
@@ -50,6 +51,7 @@
     width: 100%;
     padding: 9px 0 9px 0;
     text-align: center;
+    font-size: 75%;
 }
 
 div.footer a {
@@ -63,6 +65,7 @@
     width: 100%;
     height: 30px;
     line-height: 30px;
+    font-size: 90%;
 }
 
 div.related h3 {
@@ -92,7 +95,7 @@
 div.sidebar h3 {
     font-family: 'Trebuchet MS', sans-serif;
     color: white;
-    font-size: 1.5em;
+    font-size: 1.4em;
     font-weight: normal;
     margin: 0;
     padding: 0;
@@ -101,7 +104,7 @@
 div.sidebar h4 {
     font-family: 'Trebuchet MS', sans-serif;
     color: white;
-    font-size: 1.2em;
+    font-size: 1.3em;
     font-weight: normal;
     margin: 5px 0 0 0;
     padding: 0;
@@ -441,12 +444,13 @@
 }
 
 a.biglink {
-    font-size: 1.5em;
+    font-size: 1.3em;
 }
 
 span.linkdescr {
     font-style: italic;
     padding-top: 5px;
+    font-size: 90%;
 }
 
 /* :::: INDEX STYLES :::: */
@@ -518,11 +522,11 @@
     padding: 3px 0 3px 10px;
 }
 
-div.body h1 { margin-top: 0; font-size: 250%; }
-div.body h2 { font-size: 200%; }
-div.body h3 { font-size: 160%; }
-div.body h4 { font-size: 140%; }
-div.body h5 { font-size: 120%; }
+div.body h1 { margin-top: 0; font-size: 200%; }
+div.body h2 { font-size: 160%; }
+div.body h3 { font-size: 140%; }
+div.body h4 { font-size: 120%; }
+div.body h5 { font-size: 110%; }
 div.body h6 { font-size: 100%; }
 
 a.headerlink,


More information about the Python-checkins mailing list