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;
|
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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.attach-controls {
|
.attach-controls {
|
||||||
display: inline-block;
|
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue