После приближения стилей таблицы таблицы выровнены по центру, что им не нужно ... Почему?CSS Стиль на столе выравнивается по центру
Я могу предоставить файл HTML для следующей страницы ... Вот скриншот:
table.FLTT {
clear:both;
width: 100%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0;
text-decoration: none;
background: #fff;
border:1px solid #dcdcdc;
border-bottom:none;}
table.FLTT th {
background-color: #4D4D4d!important;
color: #FFFFFF!important;
padding: 10px 10px;
text-decoration: none;
transition: 0.0s;
font-size: 13px;
font-weight:normal;
}
table.FLTT td {
padding: 5px 10px;
border-bottom: 1px solid #dcdcdc;
text-decoration: none;
}
table.FLTT tbody > tr:nth-child(odd) > td {
background-color: #cccccc;
}
table.FLTT tbody tr:hover > td {
background-color: #222222;
color: #F0C237;
}
table.FLTT tr {
text-decoration: none;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;}
table.FLTT tr a {
text-decoration: none;
outline:none;
color: #005689;
}
table.FLTT tr:hover a{
background-color: #222222;
color:#F0C237;
text-decoration:underline;
}
table.FLTT tr.cat-list-row1 {
background:#eee}
table.FLTT thead th {
color:#fff!important;
background:#4D4D4d!important;}
Вопросы ищут код помощи должны включать короткий код, необходимый для его воспроизвести ** в самом вопросе ** желательно в [** Stack SNIPPET **] (https: // блог. stackoverflow.com/2014/09/introducing-runnable-javascript-css-and-html-code-snippets/). См. [** Как создать минимальный, полный и проверенный пример **] (http://stackoverflow.com/help/mcve) –
Просьба также предоставить HTML. –
Пожалуйста, подтвердите мой ответ ниже, если у вас круто. – Logeshwaran