Fix broken code sample section spacing in the Doxygen documentation due to a missing line-height CSS property.

This commit is contained in:
Dean Camera 2012-07-29 15:28:54 +00:00
parent e5781d172e
commit bcc45e24aa
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ div.fragment {
div.line {
font-family: monospace, fixed;
font-size: 13px;
min-height: 13px;
line-height: 1.0;
text-wrap: unrestricted;
white-space: -moz-pre-wrap; /* Moz */