diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-07-05 22:58:43 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-07-05 22:58:43 +0200 |
commit | 47c0ab4982cb9ee9c15ce0d055ad830b1ec9e5b6 (patch) | |
tree | 194ee950628136999bf09b0d92f9edf6f5dbfda4 /static/css | |
parent | 8cd09034a8d4bc5f43730fa169bf1b40f29b8042 (diff) | |
download | kosten-47c0ab4982cb9ee9c15ce0d055ad830b1ec9e5b6.tar.gz kosten-47c0ab4982cb9ee9c15ce0d055ad830b1ec9e5b6.tar.bz2 kosten-47c0ab4982cb9ee9c15ce0d055ad830b1ec9e5b6.zip |
Add month navigation
Diffstat (limited to '')
-rw-r--r-- | static/css/style.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css index 56abd29..2ddf6f2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -61,14 +61,22 @@ img { border: none; } -img.left { +#left { float: left; margin-right: 15px; + text-decoration: none; } -img.right { +#right { float: right; margin-left: 15px; + text-decoration: none; +} + +#left > img, #right > img { + width: 20px; + height: 20px; + vertical-align: middle; } div.detail > .heading { @@ -196,7 +204,7 @@ div.detail > .mark { .content { float: left; - width: 620px; + width: 663px; padding: 15px 0px; margin-bottom: 20px; } |