site: rounded nav buttons that depress when clicked, and different colour for the external links

This commit is contained in:
Simon Michael 2013-03-09 21:12:47 +00:00
parent d40ca43f39
commit cbce921d63

View File

@ -24,6 +24,16 @@ div#navigation a {
background-color: #226600;
padding: 3px 10px 3px 10px;
margin: 0 5px 0 0;
border-radius:.3em;
}
div#navigation a.offsite {
background-color: #113300;
}
div#navigation a:active {
position:relative;
top:1px;
}
#footer {