From c11f03c4fc02aacfdc4ce832d9355cc1f0c8576f Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Wed, 11 Jul 2012 10:23:16 +0000 Subject: [PATCH] Smaller CSS. --- gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html index 52b71ff06..48a5ae201 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -14,17 +14,7 @@ background-color: #000000; } - .leagueName { - font-size: 200%; - font-weight: bolder; - } - - #stats .period { - font-size: 200%; - font-weight: bolder; - } - - .tournamentName { + .leagueName, #stats .period, .tournamentName, .playerStatHeader { font-size: 200%; font-weight: bolder; }