summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2014-02-27 13:27:47 +0000
committerNathan Kinkade <nath@nkinka.de>2014-02-27 13:27:47 +0000
commit55e8f950029551a760eedb697cc51b134d9d0448 (patch)
tree7e834ccf48daa9e238b127fa63333735d0a7d38b
parentbfa6705a6f93896e1ed1c8939c533c7cc6c90647 (diff)
Increased header height to better accommodate oversided form input fields in Firefox.
-rw-r--r--css/site.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/site.css b/css/site.css
index 29c4f9f..32277e6 100644
--- a/css/site.css
+++ b/css/site.css
@@ -56,7 +56,7 @@ select {
}
#header {
- height: 80px;
+ height: 90px;
position: relative;
width: 100%;
background-color: #ccb8a6;
@@ -98,7 +98,7 @@ select {
#headerLinkBar {
position: absolute;
- top: 60px;
+ top: 70px;
width: 100%;
height: 20px;
background-color: #000000;