Remove line-wrap on top navigation links that may span two lines

This commit is contained in:
Michael Rose 2013-10-11 11:06:38 -04:00
parent 435e600e1e
commit 3623452823
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -38,6 +38,7 @@ body {
list-style-type: none;
display: inline;
margin-right: 25px;
white-space: nowrap;
a {
decoration: none;
border-bottom: 0 solid transparent;