diff options
author | Nikolaus Schulz <microschulz@web.de> | 2011-03-28 23:07:03 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2011-03-28 23:07:03 +0200 |
commit | 0e1aace79694880925d5080a5608f139c5b63fc8 (patch) | |
tree | 7ab9b88a1300f607c8ce174506becf31cb39812f | |
parent | 8190e4807eb73d6156b874659b3464568900241c (diff) | |
download | archivemail-0e1aace79694880925d5080a5608f139c5b63fc8.tar.gz archivemail-0e1aace79694880925d5080a5608f139c5b63fc8.tar.bz2 archivemail-0e1aace79694880925d5080a5608f139c5b63fc8.zip |
Manpage & webpage CSS: drop font selections
There's no need to tell the visitor which fonts to use; she knows best
what she likes, so let her decide.
-rw-r--r-- | style.css | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,6 +1,4 @@ body { - font-family: "Times New Roman", serif; - font-size: 12pt; padding: 2%; line-height: 130%; margin: 0; @@ -26,9 +24,6 @@ h2 { padding: 0; font-size: 150%; } -pre, tt, kbd, code, pre samp { - font-family: "Courier 10 Pitch", Courier, "Courier New", monospace; -} img {border: none;} a { text-decoration: underline; |