From 608a733b74f3c645856f0b49f591890a133a5886 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 30 Nov 2014 23:59:29 +0100 Subject: [PATCH] Line distance in package names in grid view increased (in the right place this time) --- app/assets/stylesheets/my.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/my.css.scss b/app/assets/stylesheets/my.css.scss index ac61c2b..0255f06 100644 --- a/app/assets/stylesheets/my.css.scss +++ b/app/assets/stylesheets/my.css.scss @@ -96,7 +96,6 @@ html, body { .pkgname { font-weight: 700; - line-height: 100%; } .pkgdescription { @@ -153,9 +152,10 @@ html, body { .pkgname { - font-size: 150%; + font-size: 130%; font-weight: 700; padding-bottom: 5px; + line-height: 120%; }