diff options
Diffstat (limited to 'parallel-libs/streamexecutor/customdoxygen.css')
-rw-r--r-- | parallel-libs/streamexecutor/customdoxygen.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/parallel-libs/streamexecutor/customdoxygen.css b/parallel-libs/streamexecutor/customdoxygen.css new file mode 100644 index 00000000000..a40ac950e3f --- /dev/null +++ b/parallel-libs/streamexecutor/customdoxygen.css @@ -0,0 +1,20 @@ +body { + background-color: #e0e0eb; +} + +div.header { + margin-left: auto; + margin-right: auto; + max-width: 60em; + padding-left: 2em; + padding-right: 2em; +} + +div.contents { + margin-left: auto; + margin-right: auto; + max-width: 60em; + background-color: white; + padding: 2em; + border-radius: 1em; +} |