Remove unneeded rule

No longer needed thanks to previous commit.
This commit is contained in:
lilia 2016-10-12 11:01:09 +09:00
parent d5431a942f
commit e47868129e
2 changed files with 0 additions and 2 deletions

View file

@ -120,7 +120,6 @@ $ios-border-color: rgba(0,0,0,0.1);
border: 1px solid $ios-border-color; border: 1px solid $ios-border-color;
} }
.meta { .meta {
float: none;
clear: both; clear: both;
} }
} }

View file

@ -1499,7 +1499,6 @@ li.entry .error-icon-container {
.ios .bubble .attachments img { .ios .bubble .attachments img {
border: 1px solid rgba(0, 0, 0, 0.1); } border: 1px solid rgba(0, 0, 0, 0.1); }
.ios .bubble .meta { .ios .bubble .meta {
float: none;
clear: both; } clear: both; }
.ios .incoming .content { .ios .incoming .content {
background-color: #e6e5ea; background-color: #e6e5ea;