Skip to content

Commit

Permalink
Makes dropdown text lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
arecker committed Jan 3, 2016
1 parent c9b354e commit 278b8f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ hr.fancy {
.thumbnail {
border: 2px solid #002233;
box-shadow: none;
}

.dropdown-menu li a {
text-transform: lowercase !important;
}

0 comments on commit 278b8f7

Please sign in to comment.