diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-29 23:03:56 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-29 23:03:56 +0100 |
commit | 9a38fec9b6552798bb341ce92f40d1ec92865a73 (patch) | |
tree | 119fa96af5cbfd294abd04751cbbfde9f529920f /static | |
parent | 30515c14a029c140a82729962b06eecac1745f11 (diff) |
Book Marx: Add feed link to bookmark list page.
Diffstat (limited to 'static')
-rw-r--r-- | static/style/bookmarx.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/style/bookmarx.css b/static/style/bookmarx.css index ac7cc96..ea9b855 100644 --- a/static/style/bookmarx.css +++ b/static/style/bookmarx.css @@ -10,6 +10,21 @@ margin-bottom: 1em; } +#bookmarx-feed-link { + text-align: right; + position: relative; + padding: 0.5em 0.5em 0.5em 0.5em; + right: 0; + margin: 1em; + font-style: oblique; +} + +#bookmarx-feed-link-text { + padding: 0.5em 1em 0.5em 1em; + border: solid 1px #000; + background-color: orange; +} + /* .bookmark-description p { margin-bottom: 0; |