Fix text rotation on start page

master
theresa 13 years ago
parent 7a70f06bbb
commit 28ade73b47

@ -2,7 +2,7 @@
{% block "content" %}
{% if allMostDrinks or allMostSnacks %}
<table style="border: 0 none; width:100%">
<table class="showlists">
<thead>
<tr>
<td role="presentation">&nbsp;</td>

@ -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;

Loading…
Cancel
Save