diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-07-29 15:28:54 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-07-29 15:28:54 +0000 |
commit | bcc45e24aa6cac11ca93c1b2ccafa795aa2e3eb2 (patch) | |
tree | 22d841303c1f80afbcdd193eee71c3c49e6bb526 /LUFA/DoxygenPages/Style | |
parent | e5781d172eb2814cfb5d977d8a46b2f9faff9fad (diff) | |
download | lufa-bcc45e24aa6cac11ca93c1b2ccafa795aa2e3eb2.tar.gz lufa-bcc45e24aa6cac11ca93c1b2ccafa795aa2e3eb2.tar.bz2 lufa-bcc45e24aa6cac11ca93c1b2ccafa795aa2e3eb2.zip |
Fix broken code sample section spacing in the Doxygen documentation due to a missing line-height CSS property.
Diffstat (limited to 'LUFA/DoxygenPages/Style')
-rw-r--r-- | LUFA/DoxygenPages/Style/Style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/Style/Style.css b/LUFA/DoxygenPages/Style/Style.css index b69cac7a5..b1489e2a1 100644 --- a/LUFA/DoxygenPages/Style/Style.css +++ b/LUFA/DoxygenPages/Style/Style.css @@ -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 */ |