From 9deb5f2ff875b781d38ed037cbd9dd306746fb93 Mon Sep 17 00:00:00 2001 From: Luan Date: Tue, 19 Nov 2013 16:19:18 -0200 Subject: [PATCH] Changing line-height of label on user profile - Closes #69 --- src/static/css/screen.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/static/css/screen.css b/src/static/css/screen.css index b62edda..373cd53 100644 --- a/src/static/css/screen.css +++ b/src/static/css/screen.css @@ -406,5 +406,10 @@ span.highlighted { /* paginator icon */ .small-icon { - font-size: 10px; + font-size: 10px; +} + +/* Subscribe list */ +.vcard .label { + line-height: 2; } -- libgit2 0.21.2