diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-08-26 13:14:28 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2018-08-26 13:14:28 (GMT) |
commit | 48c677cdb006e913e65643b7643df642475a49b2 (patch) | |
tree | 1bc541949b72409d1029965ece08f40f7ed80aee /templates/html | |
parent | 716dfb2404342b9e33110ae2124f65f96199fbc7 (diff) | |
parent | 9eec9866fcdab896b53d44056c5afbc0b6a6373d (diff) | |
download | Doxygen-48c677cdb006e913e65643b7643df642475a49b2.zip Doxygen-48c677cdb006e913e65643b7643df642475a49b2.tar.gz Doxygen-48c677cdb006e913e65643b7643df642475a49b2.tar.bz2 |
Merge branch 'feature/bug_667993' of https://github.com/albert-github/doxygen into albert-github-feature/bug_667993
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 4d9d168..13d72c9 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -1748,3 +1748,8 @@ tt, code, kbd, samp direction:ltr; } /* @end */ + +u { + text-decoration: underline; +} + |