Changeset - c82cc0f35c30
[Not reviewed]
0 1 0
Brett Smith (brett) - 6 years ago 2018-04-11 02:54:31
brett@sfconservancy.org
projects: Give project logos a little more separation from rule above.
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">
 
#mainContent .project-logo { float: right; height: 5em; margin: 0 0 1.5em 1.5em; }
 
#mainContent .project-logo { float: right; height: 5em; margin: .5em 0 1.5em 1.5em; }
 
</style>
 
{% endblock %}
 
{% block content %}
 

	
 
<h1>Current Projects</h1>
 

	
0 comments (0 inline, 0 general)