diff options
Diffstat (limited to 'public/stylesheets/application.css')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index fec62b92c..9f43b53c6 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -566,12 +566,14 @@ margin: 0; padding: 5px 0 8px 0; padding-left: 180px; /*width of left column containing the label elements*/ height: 1%; +clear:both; } .tabular label{ font-weight: bold; float: left; margin-left: -180px; /*width of left column*/ +margin-bottom: 10px; width: 175px; /*width of labels. Should be smaller than left column to create some right margin*/ } |