Centers text in all tables
This commit is contained in:
parent
e10305a257
commit
797fe71326
1 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ lang: it
|
|||
</tr>
|
||||
<tr>
|
||||
<td>13:00-15:00</td>
|
||||
<td colspan="4" style="text-align:center"><strong>PRANZO</strong></td>
|
||||
<td colspan="4"><strong>PRANZO</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15:00-16:00</td>
|
||||
|
@ -63,7 +63,7 @@ lang: it
|
|||
</tr>
|
||||
<tr>
|
||||
<td>20:00-21:30</td>
|
||||
<td style="text-align: center" colspan="3"><strong>CENA<strong></td>
|
||||
<td colspan="3"><strong>CENA<strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>21:30-22:30</td>
|
||||
|
@ -93,7 +93,7 @@ lang: it
|
|||
|
||||
###Sabato 4/06
|
||||
|
||||
<table class="table table-striped table-hover">
|
||||
<table style="text-align:center"class="table table-striped table-hover">
|
||||
<tr>
|
||||
<th style="width:14%"></th>
|
||||
<th style="width:21%">Thread 1</th>
|
||||
|
@ -110,7 +110,7 @@ lang: it
|
|||
</tr>
|
||||
<tr>
|
||||
<td>13:00-15:00</td>
|
||||
<td colspan="4" style="text-align:center"><strong>PRANZO</strong></td>
|
||||
<td colspan="4"><strong>PRANZO</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15:00-16:00</td>
|
||||
|
@ -149,7 +149,7 @@ lang: it
|
|||
</tr>
|
||||
<tr>
|
||||
<td>20:00-21:30</td>
|
||||
<td style="text-align: center" colspan="4"><strong>CENA<strong></td>
|
||||
<td colspan="4"><strong>CENA<strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>21:30-22:30</td>
|
||||
|
@ -183,7 +183,7 @@ lang: it
|
|||
|
||||
### 10 Minutes Talk
|
||||
|
||||
<table class="table table-striped table-hover">
|
||||
<table style="text-align:center;"class="table table-striped table-hover">
|
||||
<tr>
|
||||
<th style="width:14%"></th>
|
||||
<th style="width:28%">Thread 1</th>
|
||||
|
|
Loading…
Reference in a new issue