From 01cd443441c401a82ae021e08dedd6709100be2c Mon Sep 17 00:00:00 2001 From: Maryana Rozhankivska Date: Sun, 16 Feb 2014 21:00:30 +0200 Subject: "save a link" added to top menu (default theme) to toggle "save link" form message, issue #461. "Mark all the entries as read" link added in default theme. --- themes/default/css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'themes/default/css/style.css') 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, a.reading-time span { background-repeat: no-repeat; } + +.arrow-down { + width: 0px; + height: 0px; + border-style: solid; + border-width: 10px 10px 0 10px; + border-color: #000 transparent transparent transparent; + + position: absolute; + margin-top: 1.5em; + margin-left: -30px; +} + -- cgit v1.2.3