diff options
Diffstat (limited to '')
-rw-r--r-- | src/3rdparty/2geom/doc/extradoxygen.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/3rdparty/2geom/doc/extradoxygen.css b/src/3rdparty/2geom/doc/extradoxygen.css new file mode 100644 index 0000000..2e0c486 --- /dev/null +++ b/src/3rdparty/2geom/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 |