diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-02-25 04:23:00 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-02-25 04:23:00 +0100 |
commit | 1ec6cfdf59b450188523bf27db68681337857a61 (patch) | |
tree | dd451758871e17d890d43539f08557d6ecbf9555 /test.scss | |
parent | 359ab13ea6cf3a421dcad6b1fb41715fba44f9ad (diff) |
Revert to use padding (it _does_ work).
Diffstat (limited to 'test.scss')
-rw-r--r-- | test.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ .topbar ul li a, .topbar ul li .selflink { @include inline-block; - width: 12em; - line-height: 4em; + width: 10em; + padding: 1em; background-color: #6699cc; color: white; &:hover { |