aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-12-08 16:21:21 +0100
committerStefan Ritter <xeno@thehappy.de>2010-12-08 16:21:21 +0100
commit0f4bdcfc21297075ccc188cd49ecac7431e69180 (patch)
tree5475dea524b1219b86e072c9e1b1355232507539
parentf449c222815dc6b33cf59b8f7bf36d3c2a17b2e9 (diff)
Changed fontsize in box style
-rw-r--r--styles/box/box.css4
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 {