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
...
 
@@ -109,25 +109,25 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
  border-color: #ffffff;
 
}
 
#navbar li:hover a { background: #577632; color: #fff; }
 
#navbar li.supporter:hover a { background: #577632; color: #CE1F1F; }
 
#navbar li { float: left; display: inline; margin-bottom: 3px; }
 

	
 
#mainContent {
 
    margin-left: 50px;
 
    margin-right: 50px;
 
}
 

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

	
 
#progressbar .ui-widget-header {
 
    background: rgb(206, 31, 31);
 
}
 

	
 
#fundraiser-percentage {
 
    text-align: center;
 
}
 

	
 
.content-with-donate-sidebar {
 
    align: left;
0 comments (0 inline, 0 general)