diff options
-rw-r--r-- | www/content.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/content.css b/www/content.css index 2fe5fd70c9..f8406f31ce 100644 --- a/www/content.css +++ b/www/content.css @@ -1,6 +1,6 @@ html, body {
padding:0px;
- font-size:12px; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
+ font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
line-height:1.5;
}
@@ -20,4 +20,4 @@ IMG.img_slide { }
/* Tables */
-tr { vertical-align:top }
\ No newline at end of file +tr { vertical-align:top } |