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

This commit is contained in:
Michael Rose
2013-10-11 11:07:57 -04:00
parent 0e24536922
commit cd42a5c9fd
3 changed files with 3 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -38,6 +38,7 @@ body {
list-style-type: none; list-style-type: none;
display: inline; display: inline;
margin-right: 25px; margin-right: 25px;
white-space: nowrap;
a { a {
decoration: none; decoration: none;
border-bottom: 0 solid transparent; border-bottom: 0 solid transparent;