Remove unneeded rule

No longer needed thanks to previous commit.
pull/749/head
lilia 9 years ago
parent d5431a942f
commit e47868129e

@ -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;
} }
} }

@ -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;

Loading…
Cancel
Save