Changeset - 52953dcf52a9
[Not reviewed]
0 1 0
Brett Smith (brett) - 6 years ago 2018-02-07 17:01:51
brett@sfconservancy.org
projects: Adjust margins of project logos.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/projects/current/index.html
Show inline comments
 
{% extends "base_projects.html" %}
 
{% block subtitle %}Current Projects - {% endblock %}
 
{% block submenuselection %}Current{% endblock %}
 
{% block head %}
 
<style type="text/css">
 
.project-logo { float: right; height: 5em; }
 
#mainContent .project-logo { float: right; height: 5em; margin: 0 0 1.5em 1.5em; }
 
</style>
 
{% endblock %}
 
{% block content %}
 

	
 
<h1>Current Projects</h1>
 

	
0 comments (0 inline, 0 general)