diff options
author | rekado <rekado@elephly.net> | 2015-08-17 22:12:29 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2015-08-17 22:56:02 +0200 |
commit | 2bef983c813bcdaeb35acf68992534e5d9a5a79c (patch) | |
tree | 800bd25a234ee3b80792f3c4cdaaa99913432a1c /static | |
parent | 93f2cb5ee1f84580cc1fa05bda8aba611f224605 (diff) |
static: Add feed icon.
Diffstat (limited to 'static')
-rw-r--r-- | static/css/screen.css | 4 | ||||
-rw-r--r-- | static/images/feed.png | bin | 0 -> 902 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index b03b78b..168c1fb 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -241,6 +241,10 @@ img.headline { padding: 0; vertical-align: text-bottom; } +img.feed-icon { + vertical-align: middle; + padding-left: 0.2rem; } + div#columns { overflow: hidden; margin-bottom: 1rem; } diff --git a/static/images/feed.png b/static/images/feed.png Binary files differnew file mode 100644 index 0000000..87dc651 --- /dev/null +++ b/static/images/feed.png |