From debaed3a0f82cbacd0282fe608bfba94d3a3dc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sat, 28 May 2016 17:23:38 +0200 Subject: [PATCH] Remove updatedmarker styling override After I074688562e4da8c7c32d9f2bae67cd601e9b5f65 in core we no longer need a custom style here. Bug: T134515 Change-Id: I923ca72be187497c254132bb73a35d2548981d9d --- main.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.css b/main.css index 2ef37ce..705aa9b 100644 --- a/main.css +++ b/main.css @@ -573,11 +573,6 @@ div.patrollink { font-style: italic; } -span.updatedmarker { - color: black; - background-color: #0f0; -} - .editExternally { border: 1px solid gray; background-color: #ffffff;