diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-29 15:28:54 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-29 15:28:54 +0000 |
| commit | b47959a1e885c7da25ef20edc5e49d9e3e0c838e (patch) | |
| tree | 22d841303c1f80afbcdd193eee71c3c49e6bb526 /LUFA/DoxygenPages | |
| parent | 28340a185f9748326252a27cc55ea8814bba0ed0 (diff) | |
Fix broken code sample section spacing in the Doxygen documentation due to a missing line-height CSS property.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2426 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/DoxygenPages')
| -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 b69cac7a..b1489e2a 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 */ |
