Skip to content

Commit

Permalink
Styling on the language dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuities committed May 19, 2014
1 parent c6ccad1 commit 81d8129
Show file tree
Hide file tree
Showing 2 changed files with 610 additions and 583 deletions.
15 changes: 14 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Fonts */
body, .tooltip {
body, .tooltip, select.menuBtn {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
Expand Down Expand Up @@ -65,6 +65,19 @@ div#header {
margin-left: 20px;
}

.select-wrap {
display: inline-block;
overflow: hidden;
height: 20px;
}

select.menuBtn {
color: #666;
border: none;
cursor: pointer;
margin: -1px -20px 0 0;
}

.menu span:hover {
text-decoration: underline;
}
Expand Down
Loading

0 comments on commit 81d8129

Please sign in to comment.