Fix text rotation on start page
This commit is contained in:
parent
7a70f06bbb
commit
28ade73b47
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{% block "content" %}
|
{% block "content" %}
|
||||||
{% if allMostDrinks or allMostSnacks %}
|
{% if allMostDrinks or allMostSnacks %}
|
||||||
<table style="border: 0 none; width:100%">
|
<table class="showlists">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td role="presentation"> </td>
|
<td role="presentation"> </td>
|
||||||
|
|
|
@ -433,7 +433,16 @@ table.showitem tr td {
|
||||||
padding-bottom: 10px;
|
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;
|
width: 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue