Now successfully rendering the replacement navigation, but not yet made it work.

This commit is contained in:
Simon Brooke 2016-02-15 16:34:04 +00:00
parent 1e989616d7
commit 4dd486824d
4 changed files with 73 additions and 57 deletions

View file

@ -45,19 +45,17 @@ body {
}
#tab-bar li {
padding: 0;
padding: 0.1em 1.5em 0.1em 0;
margin: 0;
display: inline;
color: white;
background: rgba(40,40,40,0.8);
}
#tab-bar li a {
color: white;
text-decoration: none;
font-weight: bold;
padding: 0.1em 0.75em;
margin: 0;
color: white;
background: rgba(40,40,40,0.8);
}
#tab-bar li.active a { background: silver;}