#51
Мой вариант
Найти
Найти
Найти
.table-wrap {
width: 95%; margin: 6px auto; clear: both; background: #E9E9E6;
border: solid #C3CBD1; border-width: 1px 1px 1px 1px;
}Удалить строкуborder: solid #C3CBD1; border-width: 1px 1px 1px 1px;В конец добавить
table.borderl th, table.borderl td { border: 0px none; border-style: solid; border-width: 1px; border-color: #B7C0C5; }ajax.phpНайти
<table class="ratio1 table-wrap bCenter borderless w100" cellspacing="1" style="border-style: inset;">Заменить на
<table class="ratio1 table-wrap bCenter borderl w100" cellspacing="1" style="border-style: inset;">