From c16a49cc6d4c31e1c2aafe4beeafecb128fca4c6 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 4 Feb 2013 16:20:58 +0100 Subject: Styling: Set font-size and line-height for feedlinks i. --- style.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3