внутри двумя отдельными : первый — порядковый номер
«Таблица #», второй — строка с названием таблицы; заголовок колонки — ставится в
,
для разлиновки — класс underline (разлиновка только горизонтальная) */
article .table{
font-size: 0.75em;
}
article .table table{
margin: 0.5em auto;
border-spacing: 0;
border-collapse: collapse;
}
article .table.bottom td{
vertical-align: bottom;
}
article .table table caption > p:nth-of-type(1){
text-align:right;
font-style: italic;
text-indent: 0;
}
article .table table caption > p:nth-of-type(2){
text-align:center;
text-indent: 0;
}
article .table table tbody th >p {
margin-top: 1em;
}
article .table .center > p {
text-align: center;
text-indent: 0;
}
|
---|