Changeset - dbe8d4f238f3
[Not reviewed]
0 3 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-02 22:51:10
bkuhn@ebb.org
Remove hard-coded style= for donate-sidebar div

Move the CSS for the donate-sidebar into the conservancy.css file
instead of hard-coding in the HTML.
3 files changed with 10 insertions and 4 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -28,2 +28,10 @@ text-decoration: none; color: #557733;
 

	
 

	
 
.donate-sidebar {
 
    position: fixed;
 
    top: 180px;
 
    right: 2%;
 
    width: 18%;
 
}
 

	
 
h1 { margin-top: .75em; margin-bottom: .5em; }
...
 
@@ -281,3 +289 @@ body.conservancy-supporter #navbar ul li.supporter a
 
}
 

	
 

	
www/conservancy/static/npoacct/index.html
Show inline comments
...
 
@@ -50,3 +50,3 @@
 

	
 
<div style="position:fixed;top:180px;right:2%;width:18%">
 
<div class="donate-sidebar">
 
<table style="background-color:#afe478;width:100%;">
www/conservancy/static/supporter/index.html
Show inline comments
...
 
@@ -14,3 +14,3 @@
 
{% block content %}
 
<div style="position:fixed;top:180px;right:2%;width:18%">
 
<div class="donate-sidebar">
 
<table style="background-color:#afe478;width:100%;">
0 comments (0 inline, 0 general)