aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2012-11-08 12:43:27 +1100
committerMatthew Landauer <matthew@openaustralia.org>2012-11-08 12:43:27 +1100
commit009e6f6cb3497cb59d65aaf62f89237eb1b9d3e2 (patch)
treedf2774a6704efd980eed9282abf8f819f6e203ab
parentb3439490be70e9014f052b82494c1004b22f701c (diff)
Stop the height of the html view header changing with the browser window
-rw-r--r--public/stylesheets/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index 93230cf4f..23c4b32ae 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -562,7 +562,7 @@ max-width:50em;
text-align:left;
background-color:#E7E7E7;
border-bottom:1px solid #5f5f5f;
-height:6%;
+height:3em;
padding:0.5em 1em;
}