From 9572df2f53693c7abea9dd78beb5e61c3b754451 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 21 Feb 2016 23:36:01 +0100 Subject: Tests with topbar and action lists. --- test.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/test.scss b/test.scss index 8b5093c..41ecc06 100644 --- a/test.scss +++ b/test.scss @@ -1,12 +1,14 @@ @import 'h5bp/helpers'; @import 'compass/css3'; +.pageheader .actions { + background-color: none; + top: 0; +} + .topbar ul { display: block; - float: right; - margin-right: 2%; - position: absolute; - bottom: 0; + margin: 3em 0; } .topbar ul li { -- cgit v1.2.3