1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 12:01:48 +02:00

[ticket/14976] more em converstions and size fixes

PHPBB3-14976
This commit is contained in:
hanakin
2017-01-08 21:48:08 -05:00
committed by Michael Miday
parent 725805e7ed
commit dbf1987bb3
2 changed files with 8 additions and 1 deletions

View File

@@ -250,6 +250,7 @@ ul.cplist {
/* Link styles for the sub-section links */
.navigation a {
font-size: 10px;
text-decoration: none;
display: block;
margin: 1px 0;
@@ -270,6 +271,7 @@ ul.cplist {
/* Friends list */
.cp-mini {
font-size: 10px;
border-radius: 7px;
overflow-y: auto;
max-height: 200px;
@@ -353,6 +355,10 @@ ol.def-rules li {
padding: 5px;
}
.cplist .topictitle {
line-height: 30px;
}
/* stylelint-enable selector-max-compound-selectors */
/* stylelint-enable selector-no-qualifying-type */
/* stylelint-enable declaration-property-unit-whitelist */