summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss8
1 files changed, 1 insertions, 7 deletions
diff --git a/style.scss b/style.scss
index 4fe12cd..61e5363 100644
--- a/style.scss
+++ b/style.scss
@@ -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;
}