Commit bbc1ba6a authored by Nikolay Gromov's avatar Nikolay Gromov

tables

parent 7c92ce54
......@@ -97,6 +97,44 @@
<hr>
</section>
<section>
<h2>Исходное: Таблицы</h2>
<div class="row">
<div class="col-md-6">
<table>
<caption>Таблица 1</caption>
<tr>
<th>Имя</th>
<td>Поросёнок</td>
</tr>
<tr>
<th>Фамилия</th>
<td>Пётр</td>
</tr>
<tr>
<th>Отчество</th>
<td>Баракович</td>
</tr>
</table>
</div>
<div class="col-md-6">
<table>
<caption>Таблица 2</caption>
<tr>
<th>Имя</th>
<th>Фамилия</th>
<th>Отчетсво</th>
</tr>
<tr>
<td>Поросёнок</td>
<td>Пётр</td>
<td>Баракович</td>
</tr>
</table>
</div>
</div>
<hr>
</section>
<section>
<h2>Исходное: Формы по умолчанию</h2>
......
......@@ -270,8 +270,7 @@ table {
}
caption {
padding-top: .3em;
padding-bottom: .3em;
padding: .3em;
color: @text-color--muted;
text-align: left;
}
......
......@@ -17,7 +17,7 @@
// Семантические цвета
@text-color: @gray-darkest;
@text-color--muted: @gray-dark;
@text-color--muted: @gray;
@body-bg: #fff;
@link-color: @color-main;
......
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