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

table add

parent bbc1ba6a
......@@ -123,7 +123,7 @@
<tr>
<th>Имя</th>
<th>Фамилия</th>
<th>Отчетсво</th>
<th>Отчество</th>
</tr>
<tr>
<td>Поросёнок</td>
......
......@@ -267,6 +267,8 @@ pre {
table {
border: none;
border-collapse: collapse;
width: 100%;
}
caption {
......@@ -275,6 +277,11 @@ caption {
text-align: left;
}
td,
th {
border-bottom: 1px solid @border-color;
}
th {
text-align: left;
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