From f155d26b5ef7b3c0e705895028bedbc3f6dd8711 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Wed, 15 Feb 2012 14:12:33 -0500 Subject: [PATCH 1/7] Started some redesign --HG-- branch : templates-ky-new-nav --- sass/layout/_header.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/sass/layout/_header.scss b/sass/layout/_header.scss index 144194e397..b1d56fe905 100644 --- a/sass/layout/_header.scss +++ b/sass/layout/_header.scss @@ -28,10 +28,11 @@ div.header-wrapper { h2 { @include inline-block(); - margin: 0 lh() 0 0; + margin: 0; padding: 19px lh() 9px 0; line-height: lh(); - border-right: 1px solid darken($mit-red, 5%); + text-transform: none; + letter-spacing: 0; -webkit-font-smoothing: antialiased; a { @@ -73,16 +74,16 @@ div.header-wrapper { text-shadow: 0 -1px 0 darken($mit-red, 10%); max-height: 52px; //fix for firefox -webkit-font-smoothing: antialiased; - + background: #501016; + margin-top: 10px; + @include border-radius(3px 3px 0 0); ul { @extend .clearfix; display: inline-block; - padding: 19px 0 9px; margin: 0; li { - margin-right: lh(); display: inline-block; margin-bottom: 0; line-height: lh(); @@ -90,6 +91,9 @@ div.header-wrapper { a { color: #fff; text-decoration: none; + padding: 12px lh() 6px; + display: block; + font-weight: bold; &:hover { color: rgba(#fff, .7); From 44a5c6957539227ef5a2e40c6eb2c413cbe492b5 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Thu, 16 Feb 2012 09:55:51 -0500 Subject: [PATCH 2/7] Added more style for main navigation --HG-- branch : templates-ky-new-nav --- .DS_Store | Bin 12292 -> 12292 bytes navigation.html | 1 - sass/layout/_header.scss | 88 ++++++++++++++++++++++++++++++++------- sass/layout/_layout.scss | 8 ++-- 4 files changed, 77 insertions(+), 20 deletions(-) diff --git a/.DS_Store b/.DS_Store index a511c81699e614c17125778724b428fc9f3b0606..6e5576ca7e10e372339d2e21808290a0c9a489b0 100644 GIT binary patch delta 82 zcmZokXi3;`Sb%Z;=E3MK}owY8j_9Gn7AI7F57 mY&=2|YijH28zu(|$}=`?E)<-?wwYbx8w*o@-sZnDtik{(m>F;Y delta 106 zcmZokXi3;`Sb%ZuU}S{Q47^YpMm20M7M#MinN{Kk%jW+wtintT3;?T^7cT$+ diff --git a/navigation.html b/navigation.html index 3b4b50d314..bba364d18b 100644 --- a/navigation.html +++ b/navigation.html @@ -7,7 +7,6 @@