diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-29 23:13:51 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-29 23:13:51 +0100 |
commit | 4853842b5f8ae85f6331f7361b6cc69d9390767a (patch) | |
tree | 7ce0d4c887b4986f2d2fc98b3b1c7b3f967a36b5 /static/style/bookmarx.css | |
parent | 9a38fec9b6552798bb341ce92f40d1ec92865a73 (diff) |
Book Marx: Improve page layout by moving all authlinks to the bottom.
Diffstat (limited to 'static/style/bookmarx.css')
-rw-r--r-- | static/style/bookmarx.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style/bookmarx.css b/static/style/bookmarx.css index ea9b855..d8e6b7d 100644 --- a/static/style/bookmarx.css +++ b/static/style/bookmarx.css @@ -10,7 +10,7 @@ margin-bottom: 1em; } -#bookmarx-feed-link { +#bookmarx-footer { text-align: right; position: relative; padding: 0.5em 0.5em 0.5em 0.5em; @@ -19,7 +19,7 @@ font-style: oblique; } -#bookmarx-feed-link-text { +#bookmarx-footer-text { padding: 0.5em 1em 0.5em 1em; border: solid 1px #000; background-color: orange; |