Changeset - 42d832af317f
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-04-02 19:55:34
bkuhn@ebb.org
Correct height of progress bar (HT tmarble)

This should be em, not a px size, since text will appear inside it.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -118,7 +118,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
}
 

	
 
#progressbar {
 
    height: 30px;
 
    height: 1.8em;
 
}
 

	
 
#progressbar .ui-widget-header {
0 comments (0 inline, 0 general)