From 007dd1648be59af224f603f3912f085f43365c83 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 30 Apr 2007 03:43:20 +0000 Subject: styling for formbuilder fieldsets --- doc/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/style.css') diff --git a/doc/style.css b/doc/style.css index 6fdb76ac0..b399e2643 100644 --- a/doc/style.css +++ b/doc/style.css @@ -269,3 +269,12 @@ input#openid_url { -moz-opacity: 0.95; filter: alpha(opacity=95); } + +/* Formbuilder styling */ +fieldset { + margin: 1ex 0; + border: 1px solid black; +} +legend { + padding: 0 1ex; +} -- cgit v1.2.3