Changeset - 11c6829c9d86
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-30 15:27:52
bkuhn@ebb.org
More suggestions from j-b.

<j-b> and also fixed the background from #fffff; to #ffffff;
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -177,25 +177,25 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
}
 

	
 
.content-with-donate-sidebar {
 
    align: left;
 
    width: 80%;
 
}
 

	
 
#container {
 
    width: 100%;
 
    overflow: hidden;
 
}
 
#container #mainContent {
 
    background: #fffff;
 
    background: #ffffff;
 
    margin-left: 210px;
 
    margin-right: 50px;
 
}
 
#container #sidebar {
 
    width: 200px;
 
    float: left;
 
    background-color: #ccd4a3;
 
}
 

	
 
#container #sidebar li {
 
    text-align: center;
 
    list-style: none;
0 comments (0 inline, 0 general)