From 233f5e79e99745ca41b4407feab52dcfb94bd733 Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Mon, 25 May 2009 06:12:49 +0000 Subject: [PATCH] Removed broken link style git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@77755 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/editor.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/editor.css b/css/editor.css index 71863561..2554d353 100644 --- a/css/editor.css +++ b/css/editor.css @@ -10,10 +10,13 @@ body.mceContentBody { min-height: 200px; font-size: 62.5%; } + +/* body.mceContentBody a.broken { background-color: #FF7B71; border: 1px red solid; color: #fff; padding: 1px; text-decoration: underline; -} \ No newline at end of file +} +*/ \ No newline at end of file