web: Increase font size.
authorAndre Noll <maan@systemlinux.org>
Sat, 17 Aug 2013 18:45:47 +0000 (20:45 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 17:47:53 +0000 (19:47 +0200)
The default value of font-size is medium, which seems to be more appropriate.

web/gitweb.css
web/para.css

index 1a9a235034de1bbf6351461dd9d9f2fb9e921baa..4cac0b91985218bfcbff074de8e4b92a6cee2d4b 100644 (file)
@@ -1,6 +1,5 @@
 body {
        font-family: sans-serif;
 body {
        font-family: sans-serif;
-       font-size: small;
        border-width: 1px;
        margin: 0px;
        padding: 10px;
        border-width: 1px;
        margin: 0px;
        padding: 10px;
index cc071a91757976e079e72657db30effad145cb2a..98c47344eb47b39c3556865876e2b35f4f44ef9d 100644 (file)
@@ -1,6 +1,5 @@
 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
        font-family: sans-serif;
 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
        font-family: sans-serif;
-       font-size: small;
 }
 
 CAPTION { font-weight: bold }
 }
 
 CAPTION { font-weight: bold }