File tree 2 files changed +3
-7
lines changed
readthedocs/templates/core
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ form.form-wide textarea {
129
129
# content { padding : 50px 0 ; }
130
130
# content ul { margin-bottom : 20px ; }
131
131
132
- # content # project_description { margin-bottom : 20px ; }
132
+ # project_description { margin-top : 20px ; }
133
133
/* Commenting this for now. Want to figure out how to make it look sane with small amounts of text. */
134
134
/* #content p { background-color: #eee; } */
135
135
@@ -632,7 +632,6 @@ p.build-missing { font-size: .8em; color: #9d9a55; margin: 0 0 3px; }
632
632
.left { float : left; }
633
633
.right { float : right; }
634
634
.right-menu { float : right; margin-right : 132px ; }
635
- .quiet { color : # 999 ; }
636
635
.help_text { color : # 999 ; }
637
636
.highlighted { background-color : # ee9 ; padding : 0 1px ; margin : 0 1px ; border-radius : 3px ; -moz-border-radius : 3px ; -webkit-border-radius : 3px ; }
638
637
.first { margin-left : 0 ; padding-left : 0 ; }
Original file line number Diff line number Diff line change @@ -73,17 +73,14 @@ <h3>{% trans "Build a version" %}</h3>
73
73
{% endif %}
74
74
{% endblock %}
75
75
76
- < div id ="project_description ">
77
76
{% if project.description %}
77
+ < div id ="project_description ">
78
78
< h3 > {% trans "Description" %}</ h3 >
79
- < div id ="project_description ">
80
79
< p >
81
80
{{ project.description|restructuredtext }}
82
81
</ p >
83
- </ div >
84
- {% endif %}
85
82
</ div >
86
-
83
+ {% endif %}
87
84
88
85
</ div > {# END .module #}
89
86
You can’t perform that action at this time.
0 commit comments