Skip to content

Commit

Permalink
Cleaning up nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Wilson committed Dec 21, 2014
1 parent 767a47a commit 7ea01bb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions swc-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
min-height: 40px;
}

code {
color: #333333;
.navbar .nav > li > a {
padding: 10px;
}

.navbar-inverse .nav > li > a {
Expand Down Expand Up @@ -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;
}
Expand All @@ -110,7 +114,6 @@ blockquote p {
font-size:14px;
}


/* GitHub Ribbon */

#github-ribbon a {
Expand Down Expand Up @@ -152,7 +155,6 @@ blockquote p {
top:auto;
}


/* Media Queries */

@media (max-width: 979px){
Expand Down

0 comments on commit 7ea01bb

Please sign in to comment.