Skip to content

Commit 11f4511

Browse files
committed
Pretty up the new navigation header.
1 parent 2ba85f7 commit 11f4511

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

css/default.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@ ul, ol {
6161
margin-bottom: 22px;
6262
}
6363

64+
nav ul {
65+
list-style:none;
66+
}
67+
68+
nav ul li {
69+
border-left:1px solid rgba(0, 0, 0, 0.2);
70+
display:inline-block;
71+
padding:0 10px;
72+
}
73+
74+
nav ul li:first-child {
75+
border:none;
76+
}
77+
6478
/* Typography */
6579

6680
body {

0 commit comments

Comments
 (0)