From 75200e3504bd5f48f3c77cc7299ec32fbae1d3e7 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 9 Jan 2012 08:23:29 +0100 Subject: slight improvements to news_image --- conf/dev_settings.py | 2 ++ sublab_project/news/templates/news/news_image.html | 2 +- sublab_project/static/css/sublab.css | 8 -------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/conf/dev_settings.py b/conf/dev_settings.py index 6d3c702..64ef83e 100644 --- a/conf/dev_settings.py +++ b/conf/dev_settings.py @@ -28,3 +28,5 @@ LOGGING['loggers'].update({ }) SESSION_ENGINE = 'django.contrib.sessions.backends.db' + +THUMBNAIL_DEBUG = True diff --git a/sublab_project/news/templates/news/news_image.html b/sublab_project/news/templates/news/news_image.html index 3c490c6..cac6bdc 100644 --- a/sublab_project/news/templates/news/news_image.html +++ b/sublab_project/news/templates/news/news_image.html @@ -7,7 +7,7 @@

Bild: {{ object.title }}

{% thumbnail object.image "820" upscale=False as image %} - + {% endthumbnail %}

Zurück zum Artikel

diff --git a/sublab_project/static/css/sublab.css b/sublab_project/static/css/sublab.css index a08bfec..b4f6127 100644 --- a/sublab_project/static/css/sublab.css +++ b/sublab_project/static/css/sublab.css @@ -149,14 +149,6 @@ img.webcamthumb { border: 2px solid #444; } -img.bigimage { - width: 100%; - max-width: 640px; - margin-left: auto; - margin-right: auto; - display: block; - } - .floatright { float: right; } -- cgit v1.2.1