From 3c550b894503c3431e88aead69e06b9b68dade1f Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 10 Sep 2013 16:07:21 +0200 Subject: Use groovy compass mixin for topbar horizontal list. --- local.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'local.scss') diff --git a/local.scss b/local.scss index 8896caa..fdc0728 100644 --- a/local.scss +++ b/local.scss @@ -1,5 +1,6 @@ @import "partials/base"; @import "compass/reset/utilities"; +@import "compass/typography/lists"; @import "blueprint"; @include blueprint-typography; @@ -61,12 +62,10 @@ DIV.topbar a { } DIV.topbar ul { - list-style-type: none; -} - -DIV.topbar ul li { - display: inline; - margin: 0 4% 0 0; + @include inline-list; + li { + margin-right: 4%; + } } DIV.sidebar { -- cgit v1.2.3