Skip to content

Commit ebfa546

Browse files
committed
add missing semicolon
1 parent cad3435 commit ebfa546

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/base/jquery.ui.progressbar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
* http://docs.jquery.com/UI/Progressbar#theming
99
*/
1010
.ui-progressbar { height:2em; text-align: left; }
11-
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; text-align: center}
11+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; text-align: center; }
12+
.ui-progressbar .ui-progressbar-displayvalue {position: relative; top: 3px; }

0 commit comments

Comments
 (0)