summaryrefslogtreecommitdiff
path: root/test.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-02-21 23:36:01 +0100
committerSiri Reiter <siri@jones.dk>2016-02-21 23:36:01 +0100
commit9572df2f53693c7abea9dd78beb5e61c3b754451 (patch)
treef60e6a39e2d230941440f08904fd638db0933ee8 /test.scss
parent33a9e62cea22afe497537bcaafd37455f839b514 (diff)
Tests with topbar and action lists.
Diffstat (limited to 'test.scss')
-rw-r--r--test.scss10
1 files 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 {