mirror of
https://github.com/fltk/fltk.git
synced 2026-08-17 16:43:10 +08:00
6 lines
132 B
CSS
6 lines
132 B
CSS
/* Emphasize inline code generated by Doxygen's \p and \c commands. */
|
|
code {
|
|
font-style: italic;
|
|
text-decoration: underline;
|
|
}
|