Skip to content

Commit cd9a820

Browse files
author
Marc Hughes
committed
Visual improvements.
1 parent 4fa893d commit cd9a820

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

scrumdo-web/media/css/organization.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ body.projects #side {
197197

198198
.story_queue_list {
199199
margin-top: 3px;
200-
padding-left: 23px;
200+
padding-left: 3px;
201201
margin-bottom: 0px;
202202
}
203203

scrumdo-web/templates/developer/apply.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{% load i18n %}
44
{% load uni_form %}
55

6-
76
{% block body %}
87

98
<h4>New Developer Key</h4>

scrumdo-web/templates/developer/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
{% block head_title %}ScrumDo Developer - {{ page }}{% endblock %}
66

7+
{% block body_div_class %}narrow_body_with_sidebar{% endblock %}
8+
79
{% block extra_head %}
810
<link rel="stylesheet" media="all" href="{{ STATIC_URL }}css/tutorial.css" />
911
<link rel="stylesheet" media="print" href="{{ STATIC_URL }}css/tutorial-print.css" />

0 commit comments

Comments
 (0)