aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2011-03-28 23:07:03 +0200
committerNikolaus Schulz <microschulz@web.de>2011-03-28 23:07:03 +0200
commit0e1aace79694880925d5080a5608f139c5b63fc8 (patch)
tree7ab9b88a1300f607c8ce174506becf31cb39812f
parent8190e4807eb73d6156b874659b3464568900241c (diff)
downloadarchivemail-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.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/style.css b/style.css
index 0b01382..7893786 100644
--- a/style.css
+++ b/style.css
@@ -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;