summaryrefslogtreecommitdiff
path: root/doc/doxygen-extra.css
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-10-18 14:50:49 +0300
committerRan Benita <ran234@gmail.com>2014-10-18 15:06:16 +0300
commit0419f6e78377a91f997f0f67ae0ef49fa1bc09c3 (patch)
treef786eb39fb6ef075f2c4e5ecf48c74507f1f58bb /doc/doxygen-extra.css
parentb05a05edbd4f386de8cb82003ed3408786478e0f (diff)
downloadxorg-lib-libxkbcommon-0419f6e78377a91f997f0f67ae0ef49fa1bc09c3.tar.gz
docs: make html output have a fixed width, hide footer
It's hard to read text which stretches indefinitely. The footer is not adding much. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'doc/doxygen-extra.css')
-rw-r--r--doc/doxygen-extra.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/doxygen-extra.css b/doc/doxygen-extra.css
new file mode 100644
index 0000000..632ebad
--- /dev/null
+++ b/doc/doxygen-extra.css
@@ -0,0 +1,9 @@
+div#top, div.header, div.contents {
+ margin-left: auto;
+ margin-right: auto;
+ width: 960px;
+}
+
+.footer {
+ display: none;
+}