mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/14970] Fixed issues picked up by stylelint
PHPBB3-14970
This commit is contained in:
parent
67bc5f93ce
commit
47caa97ff2
1 changed files with 10 additions and 11 deletions
|
@ -93,9 +93,9 @@ p.right {
|
||||||
}
|
}
|
||||||
|
|
||||||
p.jumpbox-return {
|
p.jumpbox-return {
|
||||||
|
float: left;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
b,
|
b,
|
||||||
|
@ -1128,10 +1128,10 @@ ul.linklist:after,
|
||||||
}
|
}
|
||||||
|
|
||||||
.emoji {
|
.emoji {
|
||||||
min-height: 18px;
|
width: 1em;
|
||||||
min-width: 18px;
|
min-width: 18px;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
width: 1em;
|
min-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.smilies {
|
.smilies {
|
||||||
|
@ -1299,18 +1299,17 @@ ul.linklist:after,
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
border-radius: 10px;
|
|
||||||
opacity: 0.8;
|
|
||||||
text-align: center;
|
|
||||||
white-space: nowrap;
|
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
float: right;
|
text-align: center;
|
||||||
display: inline-block;
|
white-space: nowrap;
|
||||||
margin-left: 3px;
|
border-radius: 10px;
|
||||||
vertical-align: baseline;
|
opacity: 0.8;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
float: right;
|
||||||
|
margin-left: 3px;
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue