Commit f155d26b by Kyle Fiedler

Started some redesign

--HG--
branch : templates-ky-new-nav
parent e5a06c09
...@@ -28,10 +28,11 @@ div.header-wrapper { ...@@ -28,10 +28,11 @@ div.header-wrapper {
h2 { h2 {
@include inline-block(); @include inline-block();
margin: 0 lh() 0 0; margin: 0;
padding: 19px lh() 9px 0; padding: 19px lh() 9px 0;
line-height: lh(); line-height: lh();
border-right: 1px solid darken($mit-red, 5%); text-transform: none;
letter-spacing: 0;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
a { a {
...@@ -73,16 +74,16 @@ div.header-wrapper { ...@@ -73,16 +74,16 @@ div.header-wrapper {
text-shadow: 0 -1px 0 darken($mit-red, 10%); text-shadow: 0 -1px 0 darken($mit-red, 10%);
max-height: 52px; //fix for firefox max-height: 52px; //fix for firefox
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
background: #501016;
margin-top: 10px;
@include border-radius(3px 3px 0 0);
ul { ul {
@extend .clearfix; @extend .clearfix;
display: inline-block; display: inline-block;
padding: 19px 0 9px;
margin: 0; margin: 0;
li { li {
margin-right: lh();
display: inline-block; display: inline-block;
margin-bottom: 0; margin-bottom: 0;
line-height: lh(); line-height: lh();
...@@ -90,6 +91,9 @@ div.header-wrapper { ...@@ -90,6 +91,9 @@ div.header-wrapper {
a { a {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
padding: 12px lh() 6px;
display: block;
font-weight: bold;
&:hover { &:hover {
color: rgba(#fff, .7); color: rgba(#fff, .7);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment