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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user