diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-11-08 12:43:27 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-11-08 12:43:27 +1100 |
commit | 009e6f6cb3497cb59d65aaf62f89237eb1b9d3e2 (patch) | |
tree | df2774a6704efd980eed9282abf8f819f6e203ab | |
parent | b3439490be70e9014f052b82494c1004b22f701c (diff) |
Stop the height of the html view header changing with the browser window
-rw-r--r-- | public/stylesheets/main.css | 2 |
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; } |