Changed fontsize in box style

This commit is contained in:
Stefan Ritter 2010-12-08 16:21:21 +01:00
parent f449c22281
commit 0f4bdcfc21
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ body {
background: #444444; background: #444444;
background-image: url("background.png"); background-image: url("background.png");
font-family: Fixed; font-family: Fixed;
font-size: .7em; font-size: 12px;
color: #CCCCCC; color: #CCCCCC;
margin: auto; margin: auto;
margin-top: 14px; margin-top: 14px;
@ -180,7 +180,7 @@ div.entry_content {
margin-left: 10px; margin-left: 10px;
margin-right: 10px; margin-right: 10px;
margin-top: 10px; margin-top: 10px;
text-indent: 1em; /* text-indent: 1em; */
} }
div.entry_comment { div.entry_comment {