Commit 9deb5f2ff875b781d38ed037cbd9dd306746fb93

Authored by Luan
1 parent dcf5ce4a

Changing line-height of label on user profile - Closes #69

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
src/static/css/screen.css
@@ -406,5 +406,10 @@ span.highlighted { @@ -406,5 +406,10 @@ span.highlighted {
406 406
407 /* paginator icon */ 407 /* paginator icon */
408 .small-icon { 408 .small-icon {
409 - font-size: 10px; 409 + font-size: 10px;
  410 +}
  411 +
  412 +/* Subscribe list */
  413 +.vcard .label {
  414 + line-height: 2;
410 } 415 }