From 7ea01bb385bc1f7aeb88f10d65f2634e57795173 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 20 Dec 2014 20:53:11 -0500 Subject: [PATCH] Cleaning up nav bar --- swc-bootstrap.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/swc-bootstrap.css b/swc-bootstrap.css index 9ffe368..923db6b 100644 --- a/swc-bootstrap.css +++ b/swc-bootstrap.css @@ -30,8 +30,8 @@ min-height: 40px; } -code { - color: #333333; +.navbar .nav > li > a { + padding: 10px; } .navbar-inverse .nav > li > a { @@ -102,6 +102,10 @@ code { background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%); } +code { + color: #333333; +} + .container { max-width:920px; } @@ -110,7 +114,6 @@ blockquote p { font-size:14px; } - /* GitHub Ribbon */ #github-ribbon a { @@ -152,7 +155,6 @@ blockquote p { top:auto; } - /* Media Queries */ @media (max-width: 979px){