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;