diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-12-08 16:21:21 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-12-08 16:21:21 +0100 |
commit | 0f4bdcfc21297075ccc188cd49ecac7431e69180 (patch) | |
tree | 5475dea524b1219b86e072c9e1b1355232507539 /styles/box | |
parent | f449c222815dc6b33cf59b8f7bf36d3c2a17b2e9 (diff) |
Changed fontsize in box style
Diffstat (limited to 'styles/box')
-rw-r--r-- | styles/box/box.css | 4 |
1 files 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 { |