Changeset - eeeb08414265
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-30 15:31:22
bkuhn@ebb.org
Move from #mainContent to #container #mainContent

A few adjustments as well.
1 file changed with 6 insertions and 5 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -116,29 +116,26 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
  background: #eaf1f1;
 
  background: -moz-linear-gradient(top, #fff, #eaf1f1);
 
  background: -webkit-linear-gradient(top, #fff, #eaf1f1);
 
  background: linear-gradient(to bottom, #fff, #eaf1f1);
 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaf1f1', GradientType=0);
 
  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: 150px;
 
    margin-left: 50px;
 
    margin-right: 50px;
 
    line-height: 1.25em;
 
    max-width: 1000px;
 
    font-size: medium;
 
}
 

	
 
#progressbar {
 
    height: 1.8em;
 
}
 

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

	
 
#siteprogressbar {
 
    margin: .5em 20% .5em 2%;
...
 
@@ -178,26 +175,30 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 

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

	
 
#container {
 
    width: 100%;
 
    overflow: hidden;
 
}
 
#container #mainContent {
 
    background: #ffffff;
 
    margin-left: 210px;
 
    margin-left: 280px;
 
    margin-right: 50px;
 
    text-align: justify;
 
    font-size: medium;
 
    max-width: 1000px;
 
    line-hight: 1.25em;
 
}
 
#container #sidebar {
 
    width: 200px;
 
    float: left;
 
    background-color: #ccd4a3;
 
}
 

	
 
#container #sidebar li {
 
    text-align: center;
 
    list-style: none;
 
    padding: 3px 10px 3px 10px;
 
    margin: 5px;
0 comments (0 inline, 0 general)