From 170d28c268dd119a33f3b2aee47fcb833990119c Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 5 Jun 2017 21:19:51 -1000 Subject: [PATCH] trying some css action --- gw-style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/gw-style.css b/gw-style.css index b2e4198..df60f6e 100644 --- a/gw-style.css +++ b/gw-style.css @@ -29,4 +29,18 @@ ul, li{ .column{ float: left; margin: 0 20px 0 0; -} \ No newline at end of file +} + +fieldset { + padding: 1em; + font:80%/1 sans-serif; + } + +label { + float:left; + width:25%; + margin-right:0.5em; + padding-top:0.2em; + text-align:right; + font-weight:bold; + } \ No newline at end of file