From fc02331cd3b7b702465992187ec4ffbe5480e560 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Sun, 29 Nov 2015 03:20:19 +0000
Subject: [PATCH] fix CSS for search timestamps

---
 src/skins/vector/css/organisms/RoomView.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/skins/vector/css/organisms/RoomView.css b/src/skins/vector/css/organisms/RoomView.css
index 870640f124..94fff29068 100644
--- a/src/skins/vector/css/organisms/RoomView.css
+++ b/src/skins/vector/css/organisms/RoomView.css
@@ -125,7 +125,7 @@ limitations under the License.
     clear: both;
 }
 
-.mx_RoomView_MessageList > h2 {
+.mx_RoomView_MessageList h2 {
     clear: both;
     margin-top: 32px;
     margin-bottom: 8px;