From cbce921d63a4e15d3e297f8a68535dcae24cab2f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 9 Mar 2013 21:12:47 +0000 Subject: [PATCH] site: rounded nav buttons that depress when clicked, and different colour for the external links --- site/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/css/style.css b/site/css/style.css index c10257ad2..e8ac7fab1 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -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 {