summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-02-04 16:20:58 +0100
committerSiri Reiter <siri@jones.dk>2013-02-04 16:20:58 +0100
commitddfb1f447d0219b9108297ae8ed455c36ad54224 (patch)
treeb35815a8b2dbe3e1875bf20b8b6c8dd0035b8a02
parent37baf6c0183ce7bab91a72901d9e9af83c7b7e9d (diff)
Styling: Set font-size and line-height for feedlinks i.
-rw-r--r--local.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/local.css b/local.css
index eb3b7347..52ee32d8 100644
--- a/local.css
+++ b/local.css
@@ -76,7 +76,12 @@ Div.pageheader DIV.actions {
div.actions ul {
border-bottom: 0;
- padding:0 0 0 15px;
+ padding: 0 0 0 15px;
+}
+
+div#feedlink i {
+ font size: 80%;
+ line-height: 1em;
}
DIV#topbar,