Raised the font in box.css

This commit is contained in:
Stefan Ritter 2009-07-23 10:36:37 +02:00
parent 479e4490bc
commit 873b9127c9
1 changed files with 10 additions and 10 deletions

View File

@ -5,11 +5,11 @@
body {
background: #444444;
background-image: url("box_img/background.png");
font-family: Monospace;
font-size: 9px;
font-family: Fixed;
font-size: .7em;
color: #CCCCCC;
margin: auto;
margin-top: 12px;
margin-top: 14px;
margin-bottom: 10px;
padding-bottom: 25px;
width: 600px;
@ -27,7 +27,7 @@ a {
/* HEADER */
div.header {
height: 24px;
height: 30px;
width: 600px;
margin: auto;
text-align: center;
@ -60,7 +60,7 @@ a.rss_link {
div.atom {
position: absolute;
top: 1px;
padding-left: 559px;
padding-left: 553px;
}
a.atom_link {
@ -71,9 +71,9 @@ a.atom_link {
div.pages {
position: absolute;
top: 39px;
top: 47px;
width: 600px;
height: 13px;
height: 16px;
margin: auto;
background: #222222;
border-top: 1px solid #333333;
@ -157,7 +157,7 @@ div.entries {
div.entry {
margin-top: 6px;
background: #444444;
border: 1px dotted #000000;
border: 1px solid #000000;
}
div.entry_title {
@ -206,7 +206,7 @@ div.comments {
}
div.comment {
border: 1px dotted #000000;
border: 1px solid #000000;
background: #414141;
width: 560px;
margin-bottom: 10px;
@ -232,7 +232,7 @@ div.comment_content {
}
div.submit_comment {
border: 1px dotted #000000;
border: 1px solid #000000;
background: #444444;
width: 555px;
padding-left: 5px;