Commit 85b1bfa0691ae5af164852066bd7fa503f53cab8

Authored by Sergio Oliveira
2 parents 640b6838 daea7e32

Merge branch 'master' of github.com:TracyWebTech/colab

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 }