summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/included.css
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2011-09-07 18:01:38 +0200
committerDavid A. Madore <david+git@madore.org>2011-09-07 18:01:38 +0200
commit457ce3fb7d0bd2198d1397912093cc1f99befe26 (patch)
treecd102997f1e73fe2fb6bbce9402e50861f244a12 /org/madore/damlengine/included.css
parent9d7357116a9d47c1dacd2bddfb1bbdea50f3e5fb (diff)
downloaddamlengine-457ce3fb7d0bd2198d1397912093cc1f99befe26.tar.gz
damlengine-457ce3fb7d0bd2198d1397912093cc1f99befe26.tar.bz2
damlengine-457ce3fb7d0bd2198d1397912093cc1f99befe26.zip
Use HTML5 elements for header, hgroup, nav(bar), footer.
Diffstat (limited to 'org/madore/damlengine/included.css')
-rw-r--r--org/madore/damlengine/included.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/org/madore/damlengine/included.css b/org/madore/damlengine/included.css
index ff9d538..a7cdce3 100644
--- a/org/madore/damlengine/included.css
+++ b/org/madore/damlengine/included.css
@@ -15,6 +15,7 @@ h3 { color: rgb(96,64,0); }
color: rgb(24,96,0);
}
.navbar {
+ display: block;
font-size: .83em;
font-family: "Times Roman", Times, "Times New Roman", serif;
}
@@ -97,3 +98,6 @@ li { -moz-float-edge: content-box; } /* Undo Mozilla buggy bugware! */
.weblog-internal-link:link,.weblog-internal-link:visited { color: rgb(0,64,192); }
:link:hover,:visited:hover { text-decoration: underline; }
}
+@media print {
+ .navbar { display: none; }
+}