Commit 1c2f62e18836ce29b19b4838e1d03823062cf753
1 parent
b0a69e68
fix some typo
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
resources/web/public/xlib/css/forms.css
| ... | ... | @@ -8,8 +8,8 @@ form {} |
| 8 | 8 | form fieldset { |
| 9 | 9 | border: 2px solid #2C739A; |
| 10 | 10 | border-radius: 4px; |
| 11 | - padding: 15px 0; // espacement intérieur | |
| 12 | - margin: 20px 0px; // espacement entre les fieldsets | |
| 11 | + padding: 15px 0px; /* espacement intérieur */ | |
| 12 | + margin: 20px 0px; /* espacement entre les fieldsets */ | |
| 13 | 13 | } |
| 14 | 14 | fieldset.aligned { |
| 15 | 15 | border: none; | ... | ... |