From 3ed393e837830cff7ed7ba17967de0f996aa3147 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 26 Apr 2014 13:02:19 +0000 Subject: Modify skins to display forms inline-block when in tables --- wik/wik.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wik') diff --git a/wik/wik.css b/wik/wik.css index 8080c93..d47428b 100644 --- a/wik/wik.css +++ b/wik/wik.css @@ -319,6 +319,10 @@ body { padding-bottom: 5px; } +#content table form { + display: inline-block; +} + /* #content .tailer { clear: both; -- cgit v1.2.3