add table styles
This commit is contained in:
parent
ef065ff366
commit
6dc7e7f5ba
|
@ -6,7 +6,7 @@ $content = require __DIR__ . DIRECTORY_SEPARATOR . 'schedule' . DIRECTORY_SEPARA
|
||||||
?>
|
?>
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<h1>Програма</h1>
|
<h1>Програма</h1>
|
||||||
<table border="1" style="text-align: center;">
|
<table cellpadding="0" cellspacing="0" style="text-align: center;" class="schedule">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
|
|
Loading…
Reference in New Issue