mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15647] fix post font-size and line-height
PHPBB3-15647
This commit is contained in:
parent
0d2960bd5e
commit
ba1eda7d95
1 changed files with 2 additions and 2 deletions
|
@ -362,8 +362,8 @@ dd.option {
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.content {
|
.content {
|
||||||
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 10px;
|
font-size: 13px;
|
||||||
line-height: 14px;
|
line-height: 18px;
|
||||||
clear: both;
|
clear: both;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue