Changeset - c7f50fdf21cf
[Not reviewed]
Merge
0 3 0
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-22 01:19:05
bkuhn@ebb.org
Merge mina86' changes.
2 files changed with 20 insertions and 20 deletions:
0 comments (0 inline, 0 general)
README.md
Show inline comments
...
 
@@ -3,6 +3,6 @@ Contributing
 

	
 
The canonical location for this repository is
 
[on Gitorious](https://gitorious.org/conservancy/website).  Copies of this
 
repository elsewhere, such as Github, are for backup purposes only.  If you
 
have contributions, submit them on Gitorious.
 
The canonical location for this repository is [on Conservancy’s
 
Kallithea instance](http://k.sfconservancy.org/website).  Copies of
 
this repository elsewhere, such as Github, are for backup purposes
 
only..
 

	
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -192,3 +192,3 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
    float: left;
 
    background-color: #ccd4a3; 
 
    background-color: #ccd4a3;
 
}
...
 
@@ -201,7 +201,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
    border: 1px solid #CCC;
 
    background: #ffd843;
 
    background: -moz-linear-gradient(top, #fff, #ffd533);
 
    background: -webkit-linear-gradient(top, #fff, #ffd533);
 
    background: linear-gradient(to bottom, #fff, #ffd533);
 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffd533', GradientType=0);
 
    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);
 
}
...
 
@@ -228,7 +228,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
    font-weight: bold;
 
    background: #ffd843;
 
    background: -moz-linear-gradient(bottom, #fff, #ffd533);
 
    background: -webkit-linear-gradient(bottom, #fff, #ffd533);
 
    background: linear-gradient(to top, #fff, #ffd533);
 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd533', endColorstr='#ffffff', GradientType=0);
 
    background: #eaf1f1;
 
    background: -moz-linear-gradient(bottom, #fff, #eaf1f1);
 
    background: -webkit-linear-gradient(bottom, #fff, #eaf1f1);
 
    background: linear-gradient(to top, #fff, #eaf1f1);
 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf1f1', endColorstr='#ffffff', GradientType=0);
 
}
...
 
@@ -348,7 +348,7 @@ body.conservancy-sponsors #navbar ul li.sponsors a /* NO COMMA HERE! */
 
    font-weight: bold;
 
    background: #ffd843;
 
    background: -moz-linear-gradient(bottom, #fff, #ffd533);
 
    background: -webkit-linear-gradient(bottom, #fff, #ffd533);
 
    background: linear-gradient(to top, #fff, #ffd533);
 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd533', endColorstr='#ffffff', GradientType=0);
 
    background: #eaf1f1;
 
    background: -moz-linear-gradient(bottom, #fff, #eaf1f1);
 
    background: -webkit-linear-gradient(bottom, #fff, #eaf1f1);
 
    background: linear-gradient(to top, #fff, #eaf1f1);
 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf1f1', endColorstr='#ffffff', GradientType=0);
 
}
0 comments (0 inline, 0 general)