mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/17459] Adjust postprofile sizing
PHPBB-17459
This commit is contained in:
parent
58b5c8f5cf
commit
555c760a4c
1 changed files with 2 additions and 2 deletions
|
@ -769,7 +769,7 @@ fieldset.polls dd div {
|
||||||
/* Poster profile block
|
/* Poster profile block
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.postprofile {
|
.postprofile {
|
||||||
line-height: calc(var(--ps-font-tiny) * 1.6);
|
line-height: calc(var(--ps-font-small) * 1.5);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-width: 0 0 0 1px;
|
border-width: 0 0 0 1px;
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -780,7 +780,7 @@ fieldset.polls dd div {
|
||||||
|
|
||||||
.postprofile dd,
|
.postprofile dd,
|
||||||
.postprofile dt {
|
.postprofile dt {
|
||||||
font-size: var(--ps-font-tiny);
|
font-size: var(--ps-font-small);
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue