Changeset - 2678369b5a38
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-03-09 06:51:32
bkuhn@ebb.org
text-align should inherit when in progressbar.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter-page.js
Show inline comments
...
 
@@ -17,7 +17,7 @@ $(document).ready(function() {
 
                                          'float'        : 'right',
 
                                          'margin-right' : '40%',
 
                                          'margin-top'   : '2.5%',
 
                                          'text-align'   : 'right'});
 
                                          'text-align'   : 'inherit'});
 

	
 
    $("#progressbar").progressbar({ value:  percentage });
 

	
0 comments (0 inline, 0 general)