From 51f3af0fc8ea0268e7d75add4fe76f845d51117d Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 30 Apr 2014 23:57:26 +0200 Subject: Sidebar selflink font-width normal (not bold). Farbar img display block. --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index b8061f1..56bedbe 100644 --- a/style.scss +++ b/style.scss @@ -295,7 +295,6 @@ img.img { .sidebar li .selflink { color: white; - font-weight: bold; } .farbar { @@ -321,6 +320,7 @@ img.img { .farbar img.img { height: (rhythm(7) - $base-leader); width: auto; + display: block; } // layout - print styles -- cgit v1.2.3