From 1ec6cfdf59b450188523bf27db68681337857a61 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 25 Feb 2016 04:23:00 +0100 Subject: Revert to use padding (it _does_ work). --- test.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.scss') diff --git a/test.scss b/test.scss index 45a5305..c2f6f82 100644 --- a/test.scss +++ b/test.scss @@ -18,8 +18,8 @@ .topbar ul li a, .topbar ul li .selflink { @include inline-block; - width: 12em; - line-height: 4em; + width: 10em; + padding: 1em; background-color: #6699cc; color: white; &:hover { -- cgit v1.2.3