mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15679] Overide css inheritance in cp.css
PHPBB3-15679
This commit is contained in:
parent
20d0bc9c36
commit
8b3fa91ae3
1 changed files with 12 additions and 0 deletions
|
@ -357,5 +357,17 @@ ol.def-rules li {
|
|||
line-height: 30px;
|
||||
}
|
||||
|
||||
p.notification-title,
|
||||
p.notification-forum,
|
||||
p.notification-reason,
|
||||
p.notification-time {
|
||||
line-height: 14px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
p.notification-time {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* stylelint-enable selector-max-compound-selectors */
|
||||
/* stylelint-enable selector-no-qualifying-type */
|
||||
|
|
Loading…
Add table
Reference in a new issue