Commit 89a6d02d authored by Nikolay Gromov's avatar Nikolay Gromov

table add

parent bbc1ba6a
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<tr> <tr>
<th>Имя</th> <th>Имя</th>
<th>Фамилия</th> <th>Фамилия</th>
<th>Отчетсво</th> <th>Отчество</th>
</tr> </tr>
<tr> <tr>
<td>Поросёнок</td> <td>Поросёнок</td>
......
...@@ -267,6 +267,8 @@ pre { ...@@ -267,6 +267,8 @@ pre {
table { table {
border: none; border: none;
border-collapse: collapse;
width: 100%;
} }
caption { caption {
...@@ -275,6 +277,11 @@ caption { ...@@ -275,6 +277,11 @@ caption {
text-align: left; text-align: left;
} }
td,
th {
border-bottom: 1px solid @border-color;
}
th { th {
text-align: left; text-align: left;
padding: .3em; padding: .3em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment