diff options
Diffstat (limited to 'test.scss')
-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 { |