From fc8f24f0ad0711ba3be2d4f257f38113dac71fc4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 1 Feb 2017 10:44:47 +0300 Subject: add comments to CSS classes --- css/common/misc.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css/common') diff --git a/css/common/misc.css b/css/common/misc.css index 617aced..960e910 100644 --- a/css/common/misc.css +++ b/css/common/misc.css @@ -4,6 +4,7 @@ .wider { max-width: 600px; } +/* "Header link" becomes blue inside of Header link otherwise. */ h1 a, h2 a, h3 a, @@ -12,3 +13,7 @@ h5 a, h6 a { color: inherit; } +/* Link captions become too close to badges on the sidebar. */ +span.badge { + margin-left: .5em; +} -- cgit v1.2.3