File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -377,9 +377,13 @@ font-color:green;
377377
378378.recent_photos li {
379379height : 100px ;
380- display : block !important ;
380+ display : inline !important ;
381381margin : 2px !important ;
382382padding : 0 !important ;
383383list-item-type : none;
384+ display : inline;
384385}
385386
387+ .recent_photos li a { text-decoration : none; }
388+
389+
Original file line number Diff line number Diff line change 4040# trailing slash.
4141# Examples: "http://foo.com/media/", "/media/".
4242ADMIN_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+
4349
4450# List of callables that know how to import templates from various sources.
4551TEMPLATE_LOADERS = (
Original file line number Diff line number Diff line change 55 < title > {% trans "FixMyStreet Canada" %} - {% block title %}{% trans "Home" %}{% endblock %}</ title >
66 < link rel ="stylesheet " type ="text/css " href ="/media/css/global.css " />
77 < 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 " />
99 < link rel ="stylesheet " type ="text/css " href ="/media/css/colors.css " />
1010 {% block css %}{% endblock %}
1111 {% block script %}{% endblock %}
You can’t perform that action at this time.
0 commit comments