changeset 395:8c86fcab8178

fixed non-hierarchic header sizes in the guide (and generally fixed some stuff for the headers…). Thanks to Johan Samyn → https://bitbucket.org/segv/hg-website/issue/12/workflow-headers-not-clearly-shown
author Arne Babenhauserheide <arne.babenhauserheide@fzk.de>
date Mon, 11 Feb 2013 13:07:12 +0100
parents 26e528281d00
children b3036c323c2d
files static/css/styles.css
diffstat 1 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/static/css/styles.css	Mon Feb 11 12:44:38 2013 +0100
+++ b/static/css/styles.css	Mon Feb 11 13:07:12 2013 +0100
@@ -24,11 +24,11 @@
 /*
  * Headings
  */
-h1, h2, h3 { font-size: 1em; font-family: Optimer, DejaVuSans, Helvetica, Arial, sans-serif; margin: 0 0 .5em 0; font-weight: normal; }
+h1, h2, h3 { font-family: Optimer, DejaVuSans, Helvetica, Arial, sans-serif; margin: 0 0 .5em 0; font-weight: normal; line-height: 1em; }
 h4, h5, h6 { font-size: 1em; margin: 0 0 .5em 0; }
-h1 { font-size: 2em; }
-h2 { font-size: 1.6em; }
-h3 { font-size: 1.3em; }
+h1 { font-size: 3em; }
+h2 { font-size: 1.8em; }
+h3 { font-size: 1.4em; }
 
 /*
  * Lists
@@ -129,8 +129,10 @@
  */
 #home #logo { margin-bottom: 0 !important; }
 #home dl { margin: 0 30px; font-family: Verdana, DejaVuSans, Helvetica, Arial, sans-serif; font-size: .80em; line-height: 1.4em; }
-#home h1 { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; }
-#home h2, #home h3 { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; }
+/* #home h1 { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; } */
+#header { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; }
+#subheader { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; }
+/* #home h2, #home h3 { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; } */
 #home h4 { font-weight: normal; margin: 0; }
 #home h4 a { text-decoration: none; }
 #home h4 a:hover, #home h4 a:focus { text-decoration: underline; }