Commit e3865e75 authored by Mark Otto's avatar Mark Otto

nav change to undo the top nav bold active state

parent 9660f6f1
...@@ -1260,7 +1260,6 @@ div.topbar ul li a:hover { ...@@ -1260,7 +1260,6 @@ div.topbar ul li a:hover {
div.topbar ul li.active a { div.topbar ul li.active a {
background-color: #222; background-color: #222;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
font-weight: bold;
} }
div.topbar ul li.vr { div.topbar ul li.vr {
border-left: 1px solid #008db8; border-left: 1px solid #008db8;
......
...@@ -157,7 +157,7 @@ div.topbar form input:hover{background-color:#444;background-color:rgba(255, 255 ...@@ -157,7 +157,7 @@ div.topbar form input:hover{background-color:#444;background-color:rgba(255, 255
div.topbar form input:focus,div.topbar form input.focused{outline:none;background-color:#fff;color:#404040;text-shadow:0 1px 0 #fff;border:0;padding:5px 10px;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);} div.topbar form input:focus,div.topbar form input.focused{outline:none;background-color:#fff;color:#404040;text-shadow:0 1px 0 #fff;border:0;padding:5px 10px;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);}
div.topbar ul{display:block;float:left;margin:0 10px 0 0;}div.topbar ul.secondary-nav{float:right;margin-left:10px;margin-right:0;} div.topbar ul{display:block;float:left;margin:0 10px 0 0;}div.topbar ul.secondary-nav{float:right;margin-left:10px;margin-right:0;}
div.topbar ul li{display:block;float:left;font-size:13px;}div.topbar ul li a{display:block;float:none;padding:10px 10px 11px;line-height:19px;text-decoration:none;}div.topbar ul li a:hover{color:#fff;text-decoration:none;} div.topbar ul li{display:block;float:left;font-size:13px;}div.topbar ul li a{display:block;float:none;padding:10px 10px 11px;line-height:19px;text-decoration:none;}div.topbar ul li a:hover{color:#fff;text-decoration:none;}
div.topbar ul li.active a{background-color:#222;background-color:rgba(0, 0, 0, 0.5);font-weight:bold;} div.topbar ul li.active a{background-color:#222;background-color:rgba(0, 0, 0, 0.5);}
div.topbar ul li.vr{border-left:1px solid #008db8;border-right:1px solid #00a0d1;height:26px;margin:6px 3px 1px 3px;} div.topbar ul li.vr{border-left:1px solid #008db8;border-right:1px solid #00a0d1;height:26px;margin:6px 3px 1px 3px;}
div.topbar ul.primary-nav li ul{left:0;} div.topbar ul.primary-nav li ul{left:0;}
div.topbar ul.secondary-nav li ul{right:0;} div.topbar ul.secondary-nav li ul{right:0;}
......
...@@ -121,7 +121,6 @@ div.topbar { ...@@ -121,7 +121,6 @@ div.topbar {
&.active a { &.active a {
background-color: #222; background-color: #222;
background-color: rgba(0,0,0,.5); background-color: rgba(0,0,0,.5);
font-weight: bold;
} }
// Vertical rule // Vertical rule
&.vr { &.vr {
......
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