diff options
Diffstat (limited to 'templates/html')
-rw-r--r-- | templates/html/doxygen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 8a1235a..3bc6d55 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -1750,3 +1750,8 @@ tt, code, kbd, samp direction:ltr; } /* @end */ + +u { + text-decoration: underline; +} + |