diff options
-rw-r--r-- | style.scss | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,6 @@ @import "h5bp"; @import "../shared/themes/default/ikiwiki"; +@import "compass/typography/lists"; // site defaults @import "compass/typography/vertical_rhythm"; @@ -121,7 +122,6 @@ div.inlinefooter { // layout - header @include ikiwiki-plugin-search; -@include ikiwiki-actions; @include ikiwiki-plugin-po; div.header { @@ -131,6 +131,10 @@ div.header { color: LightBlue; } +.pageheader .actions ul { + @include inline-list; +} + span.author, div.recentchanges, span.committype, |