Line distance in package names in grid view increased (in the right place this time)

This commit is contained in:
Christoph Haas 2014-11-30 23:59:29 +01:00
parent a9ba5c680a
commit 608a733b74

View file

@ -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%;
}