This commit is contained in:
GitHub Merge Button 2012-01-08 07:30:12 -08:00
commit f6ffb384a6
8 changed files with 45 additions and 3 deletions

View file

@ -66,6 +66,14 @@ body.grayedout { background-color: #eee !important }
line-height: 16px; /* overridden by body.style */
}
span.h1 {
line-height: 30px;
}
span.h2 {
line-height: 25px;
}
body.doesWrap {
white-space: normal;
}