Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken nav styling
  • Loading branch information
raydiak committed Nov 29, 2014
1 parent b465807 commit 65b9998
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions source/style.css
Expand Up @@ -125,7 +125,7 @@ section ul {
line-height: 130%;
}

#community, #stuff, #nav-community, #nav-docs, #col1 {
#community, #stuff, #nav-community, #nav-docs, #nav-faq, #col1 {
background: #c0e472;
border-color: #8bc313;
}
Expand Down Expand Up @@ -176,10 +176,8 @@ footer {

.bold { font-weight: bold; }

#navigation {
padding-left: auto;
padding-right: auto;
width: 50em;
#navigation ul {
text-align: center;
}

#navigation li
Expand Down

0 comments on commit 65b9998

Please sign in to comment.