Merge pull request #3948 from ze/adjust-projects

Make adjustments to Projects page
remove-default-role
David Fischer 2018-04-16 17:08:16 -07:00 committed by GitHub
commit fbc52d5565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -129,7 +129,7 @@ form.form-wide textarea {
#content { padding: 50px 0; }
#content ul { margin-bottom: 20px; }
#content #project_description { margin-bottom: 20px; }
#project_description { margin-top: 20px; }
/* Commenting this for now. Want to figure out how to make it look sane with small amounts of text. */
/* #content p { background-color: #eee; } */
@ -632,7 +632,6 @@ p.build-missing { font-size: .8em; color: #9d9a55; margin: 0 0 3px; }
.left { float: left; }
.right { float: right; }
.right-menu { float: right; margin-right: 132px; }
.quiet { color: #999; }
.help_text { color: #999; }
.highlighted { background-color: #ee9; padding: 0 1px; margin: 0 1px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.first { margin-left: 0; padding-left: 0; }

View File

@ -73,17 +73,14 @@
{% endif %}
{% endblock %}
<div id="project_description">
{% if project.description %}
<div id="project_description">
<h3>{% trans "Description" %}</h3>
<div id="project_description">
<p>
{{ project.description|restructuredtext }}
</p>
</div>
{% endif %}
</div>
{% endif %}
</div>{# END .module #}