Skip to content

Commit

Permalink
Add fieldset tags for new cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
keviniano committed Sep 22, 2011
1 parent f391a34 commit 03d3981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/views/kases/new.html.erb
@@ -1 +1,3 @@
<%= render "form" %>
<fieldset>
<%= render "form" %>
</fieldset>
2 changes: 1 addition & 1 deletion public/stylesheets/style.css
Expand Up @@ -980,7 +980,7 @@ body.customers dd {
}

body.customers th {
padding: 10px 10px 10px 0;
padding: 5px 10px;
}

/*
Expand Down

0 comments on commit 03d3981

Please sign in to comment.