Merge pull request #5010 from hanakin/ticket/15414

[ticket/15414] Remove useless redundant css properties
This commit is contained in:
Marc Alexander 2017-11-01 16:03:31 +01:00 committed by GitHub
commit 1926f1a3a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View file

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

View file

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

View file

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

View file

@ -321,7 +321,6 @@
position: relative; position: relative;
left: 0; left: 0;
display: inline; display: inline;
width: auto;
} }
li.row .responsive-show strong { li.row .responsive-show strong {