nav styling

This commit is contained in:
Gaspard Jankowiak 2014-01-28 13:57:57 +01:00
commit f8cd0f701d
4 changed files with 11 additions and 5 deletions

View file

@ -143,6 +143,11 @@ nav ul li {
display: inline;
margin: 0;
clear: both;
padding: 0 10px 0 11px;
}
nav ul li:nth-child(n+2) {
border-left: 1px solid #999999;
}
footer {