summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2014-06-26 16:47:18 +0100
committerChristopher Baines <mail@cbaines.net>2014-06-26 16:47:18 +0100
commit4904bc8e1492605f11afc233db85215c35f214cf (patch)
treedc5322fbe3258ea442d1ddd21d9148208fb42adc
parent315c342950dcd1317158314cd42695065c8a8aa3 (diff)
downloadcbaines.net-4904bc8e1492605f11afc233db85215c35f214cf.tar
cbaines.net-4904bc8e1492605f11afc233db85215c35f214cf.tar.gz
Reduce min header height
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 2bd7cd0..05149a8 100644
--- a/style.css
+++ b/style.css
@@ -647,7 +647,7 @@ a:visited {
div.pageheader {
margin-left: 180px;
padding-top: 20px;
- min-height: 60px;
+ min-height: 30px;
font-size: 0.9em;
width: 58.5em;
}