diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-02-25 03:09:34 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-02-25 03:09:34 +0100 |
commit | 07a89e7f0c694659c6261130c5f81a4ada7df6d0 (patch) | |
tree | 644b217e369750fa8eebab47fe754688c4750e37 /style.scss | |
parent | a99c572082e39f8fd25db7a3d7b626288406eec9 (diff) |
Use compass inline-block-list().
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -1,6 +1,7 @@ @import "partials/base"; @import "h5bp"; @import "compass/typography/links"; +@import "compass/typography/lists"; @import "../shared/themes/default/ikiwiki"; // to make responsive functions and columns possible @@ -127,14 +128,13 @@ body { } .pageheader .actions { - display: inline-block; position: absolute; top: 0; right: 2em; background-color: transparent; ul { - border-bottom: 0; - padding: 0 0 0 15px; + @include inline-block-list; + height: 2em; // TODO: figure out if this can be eliminated } a { color: transparent; @@ -192,14 +192,7 @@ body { } .topbar ul { - list-style-type:none; - margin: 0; - padding: 0; -} - -.topbar ul li { - display:inline; - margin: 0 20px; + @include inline-block-list(20px); } .topbar li, |