From: Dean Camera Date: Sun, 29 Jul 2012 15:28:54 +0000 (+0000) Subject: Fix broken code sample section spacing in the Doxygen documentation due to a missing... X-Git-Tag: LUFA-130303~99 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/bcc45e24aa6cac11ca93c1b2ccafa795aa2e3eb2?ds=inline Fix broken code sample section spacing in the Doxygen documentation due to a missing line-height CSS property. --- 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 */