mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14976] more em converstions and size fixes
PHPBB3-14976
This commit is contained in:
parent
725805e7ed
commit
dbf1987bb3
2 changed files with 8 additions and 1 deletions
|
@ -15,7 +15,7 @@ html {
|
|||
|
||||
body {
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 10px;
|
||||
font-size: 16px;
|
||||
line-height: normal;
|
||||
word-wrap: break-word;
|
||||
margin: 0;
|
||||
|
@ -1083,6 +1083,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
|||
/* Miscellaneous styles
|
||||
---------------------------------------- */
|
||||
.copyright {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
padding: 5px;
|
||||
}
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue