mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #6457 from marc1706/ticket/16796
[ticket/16796] Fixing misalignment of header items in category on index
This commit is contained in:
commit
0f1c62bc7b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ li.row strong {
|
||||||
}
|
}
|
||||||
|
|
||||||
li.header dt, li.header dd {
|
li.header dt, li.header dd {
|
||||||
line-height: 1em;
|
line-height: 1.6em;
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
margin: 2px 0 4px 0;
|
margin: 2px 0 4px 0;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue