Line distance in package names in grid view increased (in the right place this time)
This commit is contained in:
parent
a9ba5c680a
commit
608a733b74
1 changed files with 2 additions and 2 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue