DOC: Adjust font sizes.

This commit is contained in:
Tony S Yu
2012-02-05 01:42:16 -05:00
parent e7429b6e98
commit 2ff1e1abe5
+6 -5
View File
@@ -187,9 +187,10 @@ div.document {
div.body {
padding-right: 2em;
text-align: {{ theme_textalign }};
overflow: hidden;
min-width: 20em;
overflow: hidden;
font-size: 90%;
text-align: {{ theme_textalign }};
}
div.document ul {
@@ -526,9 +527,9 @@ div.body h6 {
padding: 3px 0 3px 0px;
}
div.body h1 { margin-top: 0; font-size: 200%; }
div.body h2 { font-size: 160%; }
div.body h3 { font-size: 140%; }
div.body h1 { margin-top: 0; font-size: 160%; }
div.body h2 { font-size: 150%; }
div.body h3 { font-size: 130%; }
div.body h4 { font-size: 120%; }
div.body h5 { font-size: 110%; }
div.body h6 { font-size: 100%; }