Skip to content

Commit

Permalink
Revert "CSS: Remove uppercase transform on menu headings"
Browse files Browse the repository at this point in the history
This reverts commit c1feb96.
  • Loading branch information
dregad committed Oct 18, 2014
1 parent 8a1731f commit 215e78b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/default.css
Expand Up @@ -833,6 +833,7 @@ div.timeline p { margin-left: 3px; }
display: block;
line-height: 22px;
padding: 5px 15px;
text-transform: uppercase;
}
.nav > li:hover > a, .nav > a:hover {
background-color: gray;
Expand Down Expand Up @@ -864,6 +865,7 @@ div.timeline p { margin-left: 3px; }
}
.nav ul.subs > li > a {
margin-bottom: 10px;
text-transform: uppercase;
}
.nav ul.subs > li li {
float: none;
Expand Down

0 comments on commit 215e78b

Please sign in to comment.