[Doxygen-develop] Should <pre> blocks in code have uniform monospace?
Brought to you by:
dimitri
From: <fun...@ya...> - 2012-08-02 17:34:29
|
The <pre> blocks in my code comments are normally ascii diagrams that refer to functions and classes. As such, they are converted to links. This is awesome. Unfortunately, the font-weight of these links is "bold", which screws up the alignment of the ascii-diagram. Could I suggest that font-weight be uniformly "normal" if you're inside a <pre> block? <style type="text/css"> pre > .el { font-weight:normal !important; } </style> I have a local workaround with using a customdoxygen.css per http://www.stack.nl/~dimitri/doxygen/customize.html. Perhaps I'm weird for doing ascii-diagrams, but if I'm not, then others might like this fix. |