diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:57:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:57:42 +0000 |
commit | 61f3ab8f23f4c924d455757bf3e65f8487521b5a (patch) | |
tree | 885599a36a308f422af98616bc733a0494fe149a /doc/extradoxygen.css | |
parent | Initial commit. (diff) | |
download | lib2geom-upstream.tar.xz lib2geom-upstream.zip |
Adding upstream version 1.3.upstream/1.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |