summaryrefslogtreecommitdiff
path: root/html/style
diff options
context:
space:
mode:
Diffstat (limited to 'html/style')
-rw-r--r--html/style/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/style/main.css b/html/style/main.css
index 1c6f46b..d277de1 100644
--- a/html/style/main.css
+++ b/html/style/main.css
@@ -30,6 +30,10 @@ a:visited {
color: inherit;
}
+.hidden {
+ display: none;
+}
+
/* * * Header * * */
body > header {
padding-top: 1px; /* Don't allow child element top margins to extend out of the header element */