From b0b3f03be2c244db6beceb19ace0f8ede9f5e70d Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 28 Feb 2010 12:14:23 +0100 Subject: [PATCH] Hide elements that would be displayed right of the form box --- stylesheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheet.css b/stylesheet.css index 41c8817..822743d 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -22,6 +22,7 @@ div.form { background-color: #DDD; border: 1px solid #AAA; color: #555; + overflow: hidden; } div.form p.title { -- 2.20.1