From 6cd0aeb607f9bb96eb309b10af80df3fc1c33129 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 11 Jan 2016 10:56:08 +0000 Subject: [PATCH] Revert 4px offset: it ends up in the middle of the line above --- src/skins/vector/css/matrix-react-sdk/structures/RoomView.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css b/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css index 2d8b3f15..488f0f15 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css @@ -173,8 +173,6 @@ li.mx_RoomView_myReadMarker_container { } hr.mx_RoomView_myReadMarker { - position: relative; - top: -4px; border-top: solid 1px #76cfa6; border-bottom: solid 1px #76cfa6; margin-top: -1px;