From 61ff3e2774e9e536e4e46a2cbb66e4d21b6b3157 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 29 Apr 2014 13:41:33 +0200 Subject: [PATCH] less border radius on ranking icons --- www/css/desktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index 9029a7da..f975513f 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -199,7 +199,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .cranks li{clear:both;padding:8px 0 8px 8px;border-radius:3px} .cranks li:nth-child(odd){background:#fff} -.cranks img{float:left;margin-right:15px;width:50px;height:50px;border-radius:25px} +.cranks img{float:left;margin-right:15px;width:50px;height:50px;border-radius:3px} .cranks p,.ctopics p{margin:0;padding:0} .ctopics .xpbar,.ltopics .xpbar{background:#e4e1dd}