Once again, fixed tests so they pass, although they don't actually

test anything useful.
This commit is contained in:
Simon Brooke 2014-07-07 19:55:14 +01:00
parent 257d306d5d
commit c0e5729c81
7 changed files with 75 additions and 34 deletions

View file

@ -64,9 +64,11 @@ body {
margin: 0;
display: inline;
}
.nav-item a { color: rgb(64, 64, 64);
#nav ul li a {
color: white;
text-decoration: none;
font-weight: normal;
font-weight: bold;
padding: 0.25em 0.75em;
margin: 0;
}