diff options
| author | Siri Reiter <siri@jones.dk> | 2016-02-21 23:36:01 +0100 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2016-02-21 23:36:01 +0100 |
| commit | 9572df2f53693c7abea9dd78beb5e61c3b754451 (patch) | |
| tree | f60e6a39e2d230941440f08904fd638db0933ee8 | |
| parent | 33a9e62cea22afe497537bcaafd37455f839b514 (diff) | |
Tests with topbar and action lists.
| -rw-r--r-- | test.scss | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 { |
