mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #5010 from hanakin/ticket/15414
[ticket/15414] Remove useless redundant css properties
This commit is contained in:
commit
1926f1a3a8
4 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -737,7 +737,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;
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
}
|
||||
|
||||
.attach-controls {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
|
|
@ -321,7 +321,6 @@
|
|||
position: relative;
|
||||
left: 0;
|
||||
display: inline;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
li.row .responsive-show strong {
|
||||
|
|
Loading…
Add table
Reference in a new issue