diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -109,7 +109,6 @@ blockquote { background-color: transparent; ul { @include inline-block-list; - height: 2em; // TODO: figure out if this can be eliminated } a { color: transparent; @@ -142,15 +141,10 @@ blockquote { } .topbar { - height: 13em; - margin: 0; - padding: 0; + height: 12.3em; // TODO: compute this (not just visually guess) background-color: #336699; text-transform: uppercase; letter-spacing: 1px; -// position: absolute; - top: 0; -// right: 0; } |