Commit b4e5125a authored by albert-github's avatar albert-github Committed by Dimitri van Heesch

Alignment of @code and @verbatim section

When having a code and a verbatim section the boxes are not alligned, this patch fixes this.
Example code, aa.c; standard Doxyfile:
/** \file

\verbatim
A verbatim part
\endverbatim

\code
A code part
\endcode
*/
parent fdfd672d
...@@ -169,8 +169,8 @@ pre.fragment { ...@@ -169,8 +169,8 @@ pre.fragment {
} }
div.fragment { div.fragment {
padding: 0px; padding: 4px 6px;
margin: 0px; margin: 4px 8px 4px 2px;
background-color: ##FC; background-color: ##FC;
border: 1px solid ##CC; border: 1px solid ##CC;
} }
......
...@@ -169,8 +169,8 @@ ...@@ -169,8 +169,8 @@
"}\n" "}\n"
"\n" "\n"
"div.fragment {\n" "div.fragment {\n"
" padding: 0px;\n" " padding: 4px 6px;\n"
" margin: 0px;\n" " margin: 4px 8px 4px 2px;\n"
" background-color: ##FC;\n" " background-color: ##FC;\n"
" border: 1px solid ##CC;\n" " border: 1px solid ##CC;\n"
"}\n" "}\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment