diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-19 15:12:49 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-19 15:12:49 +0100 |
commit | a71dc5d7d093e0986d184c4e024eba5901938242 (patch) | |
tree | 9054efb2de9d148bae289848b3023a34fb0020a7 /themes/default/css/style.css | |
parent | fb5a9666ed99abe16b8823a98aed1a6dce03bb04 (diff) | |
parent | 01cd443441c401a82ae021e08dedd6709100be2c (diff) | |
download | wallabag-a71dc5d7d093e0986d184c4e024eba5901938242.tar.gz wallabag-a71dc5d7d093e0986d184c4e024eba5901938242.tar.zst wallabag-a71dc5d7d093e0986d184c4e024eba5901938242.zip |
Merge branch 'dev' of git://github.com/mariroz/wallabag into dev
Diffstat (limited to 'themes/default/css/style.css')
-rw-r--r-- | themes/default/css/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 2088ee2e..28675907 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css | |||
@@ -334,3 +334,16 @@ a.bad-display span, | |||
334 | a.reading-time span { | 334 | a.reading-time span { |
335 | background-repeat: no-repeat; | 335 | background-repeat: no-repeat; |
336 | } | 336 | } |
337 | |||
338 | .arrow-down { | ||
339 | width: 0px; | ||
340 | height: 0px; | ||
341 | border-style: solid; | ||
342 | border-width: 10px 10px 0 10px; | ||
343 | border-color: #000 transparent transparent transparent; | ||
344 | |||
345 | position: absolute; | ||
346 | margin-top: 1.5em; | ||
347 | margin-left: -30px; | ||
348 | } | ||
349 | |||