From 8e0290889bc17b93d06dd1ee7b2085f1bff365fc Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 9 Apr 2014 15:51:58 +0200 Subject: [PATCH] fixed list icon display bug in IE --- views/html/html.tpl | 8 ++++---- www/css/desktop.css | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/views/html/html.tpl b/views/html/html.tpl index bc09734a..73ee7b85 100644 --- a/views/html/html.tpl +++ b/views/html/html.tpl @@ -51,10 +51,10 @@

Zyrendaniel

diff --git a/www/css/desktop.css b/www/css/desktop.css index 292504cb..1def7cdf 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -229,8 +229,8 @@ article{background:#f7f5f2;float:left} @media only screen and (min-width:1600px){ aside{display:block;float:left;width:350px;min-width:350px;margin:0 0 0 40px} aside section{margin:20px 0 40px 0} -aside .char{width:120px;float:left;margin-right:30px} -aside .charstats{background:#f7f5f2;border-radius:3px;padding:10px 0;margin-top:50px;list-style-type:square} -aside .charstats li{font-size:.875em;padding:2px 0 2px 6px} +aside .char{width:120px;float:left;margin-right:10px} +aside .charstats{background:#f7f5f2;border-radius:3px;padding:10px 0;margin-top:50px} +aside .charstats li{font-size:.875em;padding:2px 0} aside .cranks li:nth-child(odd){background:#f7f5f2} } \ No newline at end of file