From: rabuzarus <> Date: Thu, 21 Apr 2016 02:09:20 +0000 (+0200) Subject: some initial work on badges X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2a02c207d57b1301598c614c6642b1ec10b5f6c8;p=friendica.git some initial work on badges --- diff --git a/css/style.css b/css/style.css index 8934c9e13d..b0ce8697f8 100644 --- a/css/style.css +++ b/css/style.css @@ -164,6 +164,16 @@ iframe, img { background: $link_hover_color; } +/* Badges */ +.badge { + vertical-align: baseline; + background-color: $link_color; + border-radius: 4px; +} +aside .badge { + opacity: 0.7; +} + header #site-location { display: none;