text-align should inherit when in progressbar.
This commit is contained in:
		
							parent
							
								
									3be224c69a
								
							
						
					
					
						commit
						2678369b5a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -17,7 +17,7 @@ $(document).ready(function() { | ||||||
|                                           'float'        : 'right', |                                           'float'        : 'right', | ||||||
|                                           'margin-right' : '40%', |                                           'margin-right' : '40%', | ||||||
|                                           'margin-top'   : '2.5%', |                                           'margin-top'   : '2.5%', | ||||||
|                                           'text-align'   : 'right'}); |                                           'text-align'   : 'inherit'}); | ||||||
| 
 | 
 | ||||||
|     $("#progressbar").progressbar({ value:  percentage }); |     $("#progressbar").progressbar({ value:  percentage }); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn