mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 15:01:33 +02:00
Merge pull request #5234 from hanakin/ticket/15679
[ticket/15679] notifications ucp front-page looks poor due to cp styling inheritance * github.com:/phpbb/phpbb: [ticket/15679] Overide css inheritance in cp.css [ticket/15679] assign proper classes to html
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user