summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-20 10:34:20 +0200
committerYorhel <git@yorhel.nl>2019-09-20 10:34:20 +0200
commit4542d952f782ee193dbf279cd8186cba0e9d87a4 (patch)
treee60f7c3a92ef7801d982d26beeebdee60ae58646 /data
parentdf78fd6846d98dd4dc6c4f27610c9be036bbacdf (diff)
CSS: Increase doc index box a bit + Add API/Dumps/Query links to main menu
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 68f2773e..f603bcfa 100644
--- a/data/style.css
+++ b/data/style.css
@@ -735,7 +735,7 @@ div.charsum_list .charsum_bubble {
.docs td[colspan]+td,
.docs td[colspan]+td+td { white-space: normal }
.docs p + p { padding-top: 10px }
-.docs ul.index { display: block; float: right; width: 170px; padding: 2px; margin: 0 0 10px 5px; background: $boxbg$; border: 1px solid $border$; }
+.docs ul.index { display: block; float: right; width: 190px; padding: 2px; margin: 0 0 10px 5px; background: $boxbg$; border: 1px solid $border$; }
.docs ul.index li { list-style-type: none; }
.docs ul.index li a { margin: 0 0 0 10px; }
.docs img { margin: 5px }