File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -377,9 +377,13 @@ font-color:green;
377
377
378
378
.recent_photos li {
379
379
height : 100px ;
380
- display : block !important ;
380
+ display : inline !important ;
381
381
margin : 2px !important ;
382
382
padding : 0 !important ;
383
383
list-item-type : none;
384
+ display : inline;
384
385
}
385
386
387
+ .recent_photos li a { text-decoration : none; }
388
+
389
+
Original file line number Diff line number Diff line change 40
40
# trailing slash.
41
41
# Examples: "http://foo.com/media/", "/media/".
42
42
ADMIN_MEDIA_PREFIX = '/admin_media/'
43
+
44
+ # ensure large uploaded files end up with correct permissions. See
45
+ # http://docs.djangoproject.com/en/dev/ref/settings/#file-upload-permissions
46
+
47
+ FILE_UPLOAD_PERMISSIONS = 0644
48
+
43
49
44
50
# List of callables that know how to import templates from various sources.
45
51
TEMPLATE_LOADERS = (
Original file line number Diff line number Diff line change 5
5
< title > {% trans "FixMyStreet Canada" %} - {% block title %}{% trans "Home" %}{% endblock %}</ title >
6
6
< link rel ="stylesheet " type ="text/css " href ="/media/css/global.css " />
7
7
< link rel ="stylesheet " type ="text/css " href ="/media/css/typography.css " />
8
- < link rel ="stylesheet " type ="text/css " href ="/media/css/layout-3 .css " />
8
+ < link rel ="stylesheet " type ="text/css " href ="/media/css/layout-4 .css " />
9
9
< link rel ="stylesheet " type ="text/css " href ="/media/css/colors.css " />
10
10
{% block css %}{% endblock %}
11
11
{% block script %}{% endblock %}
You can’t perform that action at this time.
0 commit comments