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;
}
.meta {
float: none;
clear: both;
}
}

View file

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