1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-07 17:33:32 +02:00

[ticket/15414] Inline with float

PHPBB3-15414
This commit is contained in:
Michael Miday 2017-10-17 23:31:58 -04:00
parent f2f1037e8d
commit f9e21a81dc
3 changed files with 0 additions and 3 deletions

View File

@ -1349,7 +1349,6 @@ ul.linklist:after,
opacity: 0.8;
position: relative;
top: 3px;
display: inline-block;
float: right;
margin-left: 3px;
padding: 4px 6px;

View File

@ -732,7 +732,6 @@ fieldset.polls dd div {
.postprofile {
border: 1px solid transparent;
border-width: 0 0 0 1px;
display: inline;
float: right;
width: 22%;
min-height: 80px;

View File

@ -38,7 +38,6 @@
}
.attach-controls {
display: inline-block;
float: right;
}