Skip to content

Commit 362e39c

Browse files
committed
Updating to [email protected]
1 parent 2f4325e commit 362e39c

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

cmake/cpp-library-docs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function(_cpp_library_setup_docs)
2222

2323
# Download doxygen-awesome-css theme via CPM
2424
CPMAddPackage(
25-
URI gh:jothepro/doxygen-awesome-css@2.3.4
25+
URI gh:jothepro/doxygen-awesome-css@2.4.0
2626
DOWNLOAD_ONLY YES
2727
)
2828

templates/custom.css

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
11
/*
2-
3-
4-
https://github.com/jothepro/doxygen-awesome-css/issues/186
5-
2+
No fixes needed for [email protected]
63
*/
7-
8-
table.memberdecls .memItemLeft,
9-
table.memberdecls .memItemRight,
10-
table.memberdecls .memTemplItemLeft,
11-
table.memberdecls .memTemplItemRight,
12-
table.memberdecls .memTemplParams {
13-
padding-top: unset;
14-
border-top: unset;
15-
}
16-
17-
table.memberdecls .memTemplParams {
18-
border-bottom: 0;
19-
padding-bottom: 0;
20-
}

0 commit comments

Comments
 (0)