1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 04:42:37 +02:00

[ticket/14976] Start converting ems

PHPBB3-14976
This commit is contained in:
hanakin
2017-01-08 14:00:13 -05:00
committed by Michael Miday
parent 0e6a0aae8f
commit 980a9a6f69
6 changed files with 48 additions and 55 deletions

View File

@@ -230,7 +230,7 @@
.site-description h1,
.site-description p {
line-height: 1.2em;
line-height: 24px;
text-align: inherit;
text-overflow: ellipsis;
float: none;
@@ -258,8 +258,8 @@
/* Forums and topicslists
---------------------------------------------------------------- */
li.header dt {
font-size: 1.2em;
line-height: 1em;
font-size: 12px;
line-height: 12px;
text-align: center;
text-transform: none;
padding-bottom: 4px;
@@ -591,12 +591,12 @@
/* Misc stuff
---------------------------------------------------------------- */
h2 {
margin-top: 0.5em;
margin-top: 12px;
}
p {
overflow: hidden;
margin-bottom: 0.5em;
margin-bottom: 8px;
}
p.rightside {