Skip to content

Commit a797de5

Browse files
committed
Merge pull request jquery-archive#3318 from jakeboone02/patch-5
Use shorthand notation for margin
2 parents 2c2f830 + 0c1bba4 commit a797de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.controlgroup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: 0em 0 .5em; }
22
.ui-bar .ui-controlgroup { margin: 0 .3em; }
3-
.ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em 0; }
3+
.ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em; }
44
.ui-controlgroup-controls { display: block; width: 100%;}
55
.ui-controlgroup li { list-style: none; }
66
.ui-controlgroup-vertical .ui-btn,

0 commit comments

Comments
 (0)