mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14976] Some more em conversions
PHPBB3-14976
This commit is contained in:
parent
980a9a6f69
commit
725805e7ed
1 changed files with 16 additions and 19 deletions
|
@ -34,7 +34,7 @@ ul.topiclist dd {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.topiclist dt {
|
ul.topiclist dt {
|
||||||
font-size: 1.1em;
|
font-size: 11px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: -440px;
|
margin-right: -440px;
|
||||||
}
|
}
|
||||||
|
@ -112,8 +112,8 @@ li.row strong {
|
||||||
li.header dt,
|
li.header dt,
|
||||||
li.header dd {
|
li.header dd {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 1em;
|
font-size: 10px;
|
||||||
line-height: 1em;
|
line-height: 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
margin: 2px 0 4px;
|
margin: 2px 0 4px;
|
||||||
|
@ -193,8 +193,8 @@ dd.topics,
|
||||||
dd.views,
|
dd.views,
|
||||||
dd.extra,
|
dd.extra,
|
||||||
dd.mark {
|
dd.mark {
|
||||||
font-size: 1.2em;
|
font-size: 12px;
|
||||||
line-height: 2.2em;
|
line-height: 26px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
@ -258,7 +258,7 @@ dd.option {
|
||||||
/* Post body styles
|
/* Post body styles
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.postbody {
|
.postbody {
|
||||||
line-height: 1.48em;
|
line-height: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
width: 76%;
|
width: 76%;
|
||||||
|
@ -365,12 +365,12 @@ dd.option {
|
||||||
|
|
||||||
.content h2,
|
.content h2,
|
||||||
.panel h2 {
|
.panel h2 {
|
||||||
font-size: 1.6em;
|
font-size: 16px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
margin-top: 0.5em;
|
margin-top: 8px;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 8px;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel h3 {
|
.panel h3 {
|
||||||
|
@ -378,16 +378,13 @@ dd.option {
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel p {
|
.panel p {
|
||||||
font-size: 1.2em;
|
font-size: 12px;
|
||||||
line-height: 1.4em;
|
line-height: 16px;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content p {
|
.content p {
|
||||||
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 1.2em;
|
|
||||||
line-height: 1.4em;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.faq {
|
dl.faq {
|
||||||
|
@ -423,10 +420,10 @@ dl.faq dt {
|
||||||
/* Post author */
|
/* Post author */
|
||||||
p.author {
|
p.author {
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 1em;
|
font-size: 10px;
|
||||||
line-height: 1.2em;
|
line-height: 12px;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-bottom: 0.6em;
|
margin-bottom: 8px;
|
||||||
padding: 0 0 5px;
|
padding: 0 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue