diff options
Diffstat (limited to 'res/styles.css')
-rw-r--r-- | res/styles.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/res/styles.css b/res/styles.css index eaf5ad3..cb0e0a3 100644 --- a/res/styles.css +++ b/res/styles.css @@ -5,6 +5,7 @@ body{ */ background-color: #3a3a3a; margin-top: 0; + margin-bottom: 0; } #header{ @@ -21,9 +22,11 @@ body{ #container { margin:0 auto; - max-width: 720px; + max-width: 730px; background-color: #fff; min-height: 100%; + box-sizing: border-box; + padding: 5px; } #container-uppper { @@ -106,7 +109,7 @@ body{ .tag_link { font-size: 80%; - color: #fff; + color: rgb(82, 82, 82); background: #ccc; text-decoration: none; padding: 3px 5px; @@ -124,8 +127,8 @@ body{ #titlebar { padding:6px; - border-top:1px solid #000; - border-bottom:1px solid #000; + border-top:1px solid rgb(223, 223, 223); + border-bottom:1px solid rgb(223, 223, 223); } #titlebar .title_link{ |