From 231fcb4c27df4f7a419c9a47a18f938eef1ed16c Mon Sep 17 00:00:00 2001 From: ajurna Date: Wed, 29 Jul 2015 17:25:20 +0100 Subject: [PATCH] changed read_comic page width to auto to make better use of space. margins were way too wide. and we could use that space on tablets. --- comic/static/css/base.css | 4 +++- comic/templates/base.html | 4 ++-- comic/templates/comic/read_comic.html | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/comic/static/css/base.css b/comic/static/css/base.css index dcd51b7..e6a4512 100644 --- a/comic/static/css/base.css +++ b/comic/static/css/base.css @@ -23,7 +23,9 @@ body { height: 60px; background-color: #f5f5f5; } - +.comic_box { + width: auto; +} #dropdown-list{ max-height: 300px; diff --git a/comic/templates/base.html b/comic/templates/base.html index 3be4b05..2e485cd 100644 --- a/comic/templates/base.html +++ b/comic/templates/base.html @@ -52,9 +52,9 @@
  • Home
  • {% endblock %} -
    + {% block content %}{% endblock %} -
    +