From ac4567dde19e96a0cfa20902c46bb85d79b5ab99 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 16 Oct 2015 13:54:43 +0200 Subject: Fix scope of topbar inline-list. --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 567397f..bdfad41 100644 --- a/style.scss +++ b/style.scss @@ -3,6 +3,6 @@ @import "normalize"; @import "compass/typography"; -.topbar ul { +.topbar { @include inline-list; } -- cgit v1.2.3