Убираем обработчик "карты миров". Новый стиль для таблиц, которые хотят cellpadding, cellspacing и подобные штуки по нулям и текст слева сверху.

This commit is contained in:
Igor Barkov (iwork)
2019-09-17 15:05:06 +03:00
parent baa90f82ad
commit 9ce4886b3e
2 changed files with 47 additions and 113 deletions
+14
View File
@@ -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;
}