summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2019-11-08 23:01:52 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2019-11-09 01:09:12 +0300
commitecde6bfdcdf6cce465654927fca6e55ace4ed299 (patch)
treed7a658bac64a41f0618f99eac88efe1195b680d3
parent05920f59374f3751313e94af826e2696dec5eb29 (diff)
doxygen: Adjust codeblocks style
-rw-r--r--customdoxygen.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/customdoxygen.css b/customdoxygen.css
index e4121898..1ffd7004 100644
--- a/customdoxygen.css
+++ b/customdoxygen.css
@@ -5,3 +5,8 @@ body {
width: 99%;
max-width: 80em;
}
+
+div.fragment {
+ padding: 16px;
+ margin: 0px 0px 0px 0px;
+}