From e47868129e19dd9f3d9250f7b1d4e4a95fb2aea8 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 12 Oct 2016 11:01:09 +0900 Subject: [PATCH] Remove unneeded rule No longer needed thanks to previous commit. --- stylesheets/_ios.scss | 1 - stylesheets/manifest.css | 1 - 2 files changed, 2 deletions(-) diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index 413d2063..d796b222 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -120,7 +120,6 @@ $ios-border-color: rgba(0,0,0,0.1); border: 1px solid $ios-border-color; } .meta { - float: none; clear: both; } } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index d7af2660..1120f5d8 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -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;