diff options
Diffstat (limited to 'org/madore/damlengine/included.css')
-rw-r--r-- | org/madore/damlengine/included.css | 4 |
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; } +} |