From 94489d514ce3edd9543d3701eff25895b55ce83c Mon Sep 17 00:00:00 2001 From: tsteward Date: Sat, 22 Jun 2013 15:53:59 -0500 Subject: [PATCH 1/3] Update main.css header more consistent with main site --- main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/main.css b/main.css index 5db8a32..7e1742f 100644 --- a/main.css +++ b/main.css @@ -11,7 +11,7 @@ header { top: 0; left: 0; right: 0; - height: 33px; + height: 35px; padding: 0 10px; background-color: #0F8BC0; -webkit-box-shadow: 0 1px 1px #ccc; @@ -27,8 +27,9 @@ a.scratch{ display: block; width: 80px; height: 35px; - background: url("scratchlogo.png") center center no-repeat; + background: url("scratchlogo.png") left center no-repeat; text-indent: -99999em; + padding: 0 2px; } a.scratch:hover{ background: url("scratchlogo_highlight.png") center center no-repeat; @@ -53,7 +54,7 @@ header li a { display: block; border-left: 1px solid #149acb; padding: 0px 15px; - line-height: 33px; + line-height: 35px; text-decoration: none !important; cursor: pointer; From 6fcd6ed2b6f73154002dab117c578d0c340e23f5 Mon Sep 17 00:00:00 2001 From: tsteward Date: Sat, 22 Jun 2013 16:01:24 -0500 Subject: [PATCH 2/3] Update main.css more header improvements --- main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.css b/main.css index 7e1742f..86d05a8 100644 --- a/main.css +++ b/main.css @@ -46,6 +46,8 @@ header .left { } header .right { float: right; + font-weight: bold; + font-size: 15px; } header li { float: left; From 363d224d27a3b524e06e1cca6fc9f3204776a94c Mon Sep 17 00:00:00 2001 From: tsteward Date: Tue, 2 Jul 2013 22:32:11 -0500 Subject: [PATCH 3/3] Unbold Usernames Reverted commit: 6fcd6ed2b6f73154002dab117c578d0c340e23f5 --- main.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.css b/main.css index 86d05a8..7e1742f 100644 --- a/main.css +++ b/main.css @@ -46,8 +46,6 @@ header .left { } header .right { float: right; - font-weight: bold; - font-size: 15px; } header li { float: left;