Skip to content

Commit e1dcc04

Browse files
committed
Increase font size, remove uppercasing from #main navigation LI text, add back in slight margin.
1 parent a575f95 commit e1dcc04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

themes/jquery/css/base.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,10 +1355,9 @@ nav#main ul {
13551355

13561356
nav#main li {
13571357
display: inline;
1358-
text-transform: uppercase;
13591358
float: left;
1360-
font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
1361-
font-weight: 700;
1359+
font: 700 normal 18px "klavika-web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
1360+
margin-right: 2px;
13621361
}
13631362

13641363
nav#main li a {

0 commit comments

Comments
 (0)