From 28ade73b4719d0118f57dda1a3fa79b1f179f705 Mon Sep 17 00:00:00 2001 From: theresa Date: Sat, 15 Oct 2011 19:10:26 +0200 Subject: [PATCH] Fix text rotation on start page --- k4ever/main/templates/main/startpage.html | 2 +- k4ever/media/css/style.css | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/k4ever/main/templates/main/startpage.html b/k4ever/main/templates/main/startpage.html index 2068a53..b4811a0 100644 --- a/k4ever/main/templates/main/startpage.html +++ b/k4ever/main/templates/main/startpage.html @@ -2,7 +2,7 @@ {% block "content" %} {% if allMostDrinks or allMostSnacks %} - +
diff --git a/k4ever/media/css/style.css b/k4ever/media/css/style.css index 9bfb01a..50b43f2 100644 --- a/k4ever/media/css/style.css +++ b/k4ever/media/css/style.css @@ -433,7 +433,16 @@ table.showitem tr td { padding-bottom: 10px; } -table.showitem th[scope="row"] { +table.showlists td, table.showlists th { + vertical-align: middle; +} + +table.showlists { + border: 0 none; + width:100% +} + +table.showlists th[scope="row"] { width: 20px; padding: 0; margin: 0;