diff options
Diffstat (limited to 'doc/extradoxygen.css')
-rw-r--r-- | doc/extradoxygen.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/extradoxygen.css b/doc/extradoxygen.css new file mode 100644 index 0000000..2e0c486 --- /dev/null +++ b/doc/extradoxygen.css @@ -0,0 +1,14 @@ +#top {
+ width: 1000px;
+ margin: 0 auto;
+}
+
+div.contents {
+ width: 1000px;
+ margin: 0 auto;
+}
+
+div.header {
+ width: 1000px;
+ margin: 0 auto;
+}
\ No newline at end of file |