From bc73a98ca62ff971c0d7471a1812769e78ad95bc Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 31 Jul 2013 09:48:44 +1000 Subject: [PATCH] doc: fix css for notes and return values Signed-off-by: Peter Hutterer --- doc/libevdev.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/libevdev.css b/doc/libevdev.css index 6fd2024..851b154 100644 --- a/doc/libevdev.css +++ b/doc/libevdev.css @@ -216,3 +216,12 @@ code { img.footer { width: auto; } + +/* note, see also, returns */ +dl.section { + width: 560px; +} + +table.params { + width: 560px; +} -- 2.7.4