summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-02-04 16:20:58 +0100
committerSiri Reiter <siri@jones.dk>2013-12-02 00:49:54 +0100
commitc16a49cc6d4c31e1c2aafe4beeafecb128fca4c6 (patch)
tree096ea9d693216122c70d5cff03700ea05153fb1f
parent053003e9dbca5a859a90da7873d94002b37b5cd8 (diff)
Styling: Set font-size and line-height for feedlinks i.
-rw-r--r--style.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 5b2d232..68397c6 100644
--- a/style.scss
+++ b/style.scss
@@ -76,7 +76,7 @@ body {
background-color: LightBlue;
ul {
border-bottom: 0;
- padding:0 0 0 15px;
+ padding: 0 0 0 15px;
}
a {
color: LightBlue;
@@ -86,6 +86,11 @@ body {
}
}
+#feedlink i {
+ font size: 80%;
+ line-height: 1em;
+}
+
.topbar {
height: 60px;
margin: 0;