From f8ef1b3b61d1b48c21f589ec803b7e8fc499d38e Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 28 Feb 2020 21:29:43 +0100 Subject: [PATCH] Remove duplicate css code --- templates/tibiacom/basic.css | 37 +----------------------------------- 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/templates/tibiacom/basic.css b/templates/tibiacom/basic.css index d261cb32..87175cca 100644 --- a/templates/tibiacom/basic.css +++ b/templates/tibiacom/basic.css @@ -1500,42 +1500,7 @@ img { right: 0px; z-index: 55; } -.Content .BoxContent .Odd { - background-color: #D4C0A1; - padding: 2px; -} -.Content .BoxContent .Even { - background-color: #F1E0C6; - padding: 2px; -} - -.Content .NewsCategoryIconSmall { - position: absolute; - top: 1px; - left: 1px; - height: 16px; - width: 16px; - background-repeat: no-repeat; -} -.Content .BoxContent .Odd { - background-color: #D4C0A1; - padding: 2px; -} - -.Content .BoxContent .Even { - background-color: #F1E0C6; - padding: 2px; -} - -.Content .NewsCategoryIconSmall { - position: absolute; - top: 1px; - left: 1px; - height: 16px; - width: 16px; - background-repeat: no-repeat; -} .Content .BoxContent .Odd { background-color: #D4C0A1; padding: 2px; @@ -1819,7 +1784,7 @@ img { .moduleRow { } .moduleRowOver { - background-color: #D4C0A1; + background-color: #D4C0A1; cursor: pointer; cursor: hand; }