diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/static/css/style.css b/static/css/style.css index fec2003..af512e8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -62,32 +62,26 @@ img { } #left { - float: left; + float: left; margin-right: 15px; text-decoration: none; - text-align: center; } #right { - float: right; + float: right; margin-left: 15px; text-decoration: none; - text-align: center; } -#left > img { +.arrow { width: 20px; height: 20px; vertical-align: middle; - float: left; - padding-right: 5px; } -#right > img { - width: 20px; - height: 20px; +.navdate { vertical-align: middle; - float: right; + padding-right: 5px; padding-left: 5px; } |