Skip to content

Commit 1a8bfae

Browse files
committed
themes/base/ui.progressbar.css: needs text-align left in IE in case container has other text-align
1 parent b22aa06 commit 1a8bfae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/base/ui.progressbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* Progressbar
22
----------------------------------*/
3-
.ui-progressbar { height:2em; }
3+
.ui-progressbar { height:2em; text-align: left; }
44
.ui-progressbar-value {margin: -1px; height:100%; }

0 commit comments

Comments
 (0)