Merge pull request #255 from lorenzhs/lineheight

Improve mobile readability by putting whitespace between messages, not lines
l-merge-prefix
David Cormier 11 years ago
commit 252b774f07
  1. 5
      css/glowingbear.css

@ -374,7 +374,10 @@ h2 span, h2 small {
}
.bufferline {
line-height: 25px;
display: inline-block;
padding-top: 4px;
padding-bottom: 3px;
line-height: 15px;
}
#sidebar {

Loading…
Cancel
Save