Velron / doxygen-bootstrapped

Customize doxygen output to use the twitter bootstrap framework.
Apache License 2.0
401 stars 72 forks source link

change div.ingroups from <small> to <span class='text-nowrap'> #18

Closed janhajer closed 8 years ago

janhajer commented 8 years ago

div.ingroups has already a small text size and doesn't need the additional <small> tag. The problem occurs in the presence of doxygen sub-modules. In this example BoCA>>Generic is unreadable small

old

with the fix the text size is reasonable

new

the additional class text-nowrap is necessary, because otherwise the list would be splittet into three lines. Sorry for the change in white space.