MINOR: Uncommented CMS broken link styles.

From: Andrew Short <andrewjshort@gmail.com>

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@88515 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew Short 2009-10-11 00:08:06 +00:00 committed by Sam Minnee
parent 0362821d7a
commit 36cd236329

8
css/editor.css Normal file → Executable file
View File

@ -11,12 +11,10 @@ body.mceContentBody {
font-size: 62.5%;
}
/*
body.mceContentBody a.broken {
background-color: #FF7B71;
border: 1px red solid;
color: #fff;
padding: 1px;
color: #fff;
padding: 1px;
text-decoration: underline;
}
*/
}