Убираем обработчик "карты миров". Новый стиль для таблиц, которые хотят cellpadding, cellspacing и подобные штуки по нулям и текст слева сверху.
This commit is contained in:
@@ -1062,4 +1062,18 @@ img.item-wrap-normal {
|
||||
|
||||
div.topRoomButtons {
|
||||
float: right;
|
||||
}
|
||||
|
||||
table.allzeroes {
|
||||
/* cellspacing = 0 */
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.allzeroes th, td {
|
||||
/* cellpadding = 0 */
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
Reference in New Issue
Block a user