diff options
Diffstat (limited to 'test.scss')
-rw-r--r-- | test.scss | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,11 +1,17 @@ @import 'h5bp/helpers'; @import 'compass/css3'; +.topbar { + padding: 1.5em 6em 1.5em 0; + text-align: right; +} + .topbar .footer { background-color: #336699; } -.topbar p, .topbar .imgframe p { +.topbar p, +.topbar .imgframe p { float: left; } @@ -16,10 +22,14 @@ .topbar ul { position: relative; - top: 1.5em; + top: 1.8em; clear: left; } +.topbar li { + text-align: center; +} + .topbar ul li a, .topbar ul li .selflink { @include inline-block; |