Changeset - 4b2bfccbe065
[Not reviewed]
0 4 0
Ben Sturmfels (bsturmfels) - 2 years ago 2021-10-19 13:47:58
ben@sturm.com.au
Fix a glitch in the pop-out donations box.
4 files changed with 16 insertions and 8 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/copyleft-compliance/about.html
Show inline comments
...
 
@@ -153,3 +153,2 @@ Conservancy should contact <a href="mailto:debian-services@sfconservancy.org">&l
 
  Supporter of Software Freedom Conservancy</a>. </p>
 
</div>
 
{% endblock %}
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -138,3 +138,3 @@ text-decoration: none; color: #557733;
 
  padding: 0.5rem 1rem;
 
  margin: 2rem -1rem 0;
 
  margin: 2rem -0.5rem 0;
 
  border-radius: 8px 8px 0 0;
...
 
@@ -143,2 +143,12 @@ text-decoration: none; color: #557733;
 

	
 
.donate-sidebar:hover {
 
  background: #a0d870;
 
}
 

	
 
@media screen and (min-width: 30em) {
 
  .donate-sidebar {
 
    margin: 2rem -1rem 0;
 
  }
 
}
 

	
 
p.footnote {
...
 
@@ -278,6 +288,2 @@ body > header {
 

	
 
#sidebar + #mainContent {
 
    float: left;
 
}
 

	
 
#progressbar {
...
 
@@ -333,3 +339,2 @@ body > header {
 
  padding: 1px 0.5rem 0.25rem;
 
  flex: 1 0 15em;
 
  margin-bottom: 1rem;
...
 
@@ -342,2 +347,3 @@ body > header {
 
  #container #sidebar {
 
  flex: 1 0 15em;
 
    margin-right: 1rem;
www/conservancy/templates/base_compliance.html
Show inline comments
...
 
@@ -41,2 +41,3 @@
 
</div>
 
</div>
 
{% endblock %}
www/conservancy/templates/base_press.html
Show inline comments
...
 
@@ -25,3 +25,4 @@
 
               </div>
 
</div></div>
 

	
 
    </div>
 
<div class="donate-sidebar">
...
 
@@ -38,2 +39,3 @@
 
  </details>
 
    </div>
 
</div>
0 comments (0 inline, 0 general)