Give <pre> blocks a uniform line-height.

This commit is contained in:
Georg Brandl 2009-01-14 00:30:34 +01:00
parent 93bcc3c3ea
commit 09dd6c00ab

View File

@ -528,6 +528,7 @@ pre {
padding: 5px; padding: 5px;
background-color: #efc; background-color: #efc;
color: #333; color: #333;
line-height: 120%;
border: 1px solid #ac9; border: 1px solid #ac9;
border-left: none; border-left: none;
border-right: none; border-right: none;