summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-26 23:24:19 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-26 23:24:19 (EDT)
commit5f2e4cfc8e9976bd2231ecf96d5b61bd439d7751 (patch)
treea210b8de5b81938e7552b23b241c2033d58cd10c /main.css
parentb033750eef692685907d3fbae7baf6911b942cf9 (diff)
Hide "Skip to body" anchor.
Diffstat (limited to 'main.css')
-rw-r--r--main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.css b/main.css
index d50e592..ed16dae 100644
--- a/main.css
+++ b/main.css
@@ -26,6 +26,10 @@ ul {
margin: 0px 0px 0px 16px;
}
+a.skip {
+ display: none;
+}
+
header {
background-color: #336699;
padding: 0px;