diff --git a/views/html/achievements/index.tpl b/views/html/achievements/index.tpl index 051b1d1e..2d63d0e2 100644 --- a/views/html/achievements/index.tpl +++ b/views/html/achievements/index.tpl @@ -56,10 +56,7 @@ -

-

- format(new \DateTime($achievement['created'])))?> -

+

format(new \DateTime($achievement['created'])))?>

diff --git a/www/css/desktop.css b/www/css/desktop.css index cae344db..cefaf583 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -209,7 +209,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .achmnts li{background:#fff;margin-bottom:10px;padding:15px;border-radius:3px} .achmnts img{width:55px;height:55px;float:left;margin-right:15px;border-radius:3px} -.achmnts p{margin:0 0 4px} +.achmnts p,.achmnts h3{margin:0 0 4px;font-size:1em} .achmnts .unlcked{margin-top:3px;font-size:.875em;font-weight:normal;display:block} .achmnts .desc{font-size:.875em;padding-top:10px} .achmnts .prgrss{margin-top:15px}