From 0f4bdcfc21297075ccc188cd49ecac7431e69180 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 8 Dec 2010 16:21:21 +0100 Subject: Changed fontsize in box style --- styles/box/box.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/box/box.css b/styles/box/box.css index d2ed7e3..4073a8f 100644 --- a/styles/box/box.css +++ b/styles/box/box.css @@ -6,7 +6,7 @@ body { background: #444444; background-image: url("background.png"); font-family: Fixed; - font-size: .7em; + font-size: 12px; color: #CCCCCC; margin: auto; margin-top: 14px; @@ -180,7 +180,7 @@ div.entry_content { margin-left: 10px; margin-right: 10px; margin-top: 10px; - text-indent: 1em; + /* text-indent: 1em; */ } div.entry_comment { -- cgit v1.2.3