JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0.1
[ckeditor.git] / _tests / test.css
diff --git a/_tests/test.css b/_tests/test.css
deleted file mode 100644 (file)
index c14c96a..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-/*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
-*/\r
-\r
-body\r
-{\r
-       margin:10px;\r
-}\r
-\r
-#testLogger\r
-{\r
-       position: absolute;\r
-       right: 10px;\r
-       left: 10px;\r
-       top: 10px;\r
-       font-family: Monospace;\r
-       border: solid 2px black;\r
-       background: #ffffff;\r
-       padding: 0px;\r
-}\r
-\r
-/* IE6 */\r
-* html #testLogger\r
-{\r
-       width: 100%;\r
-}\r
-\r
-#testLogger.testAll\r
-{\r
-       position: static;\r
-}\r
-\r
-#testLogger pre\r
-{\r
-       margin: 0 0 0 40px;\r
-       background-color: #f0f0f0;\r
-       padding: 1px 4px 1px 4px;\r
-}\r
-\r
-#testLogger div\r
-{\r
-       margin: 2px;\r
-}\r
-\r
-#testLogger div div\r
-{\r
-       margin-left: 20px;\r
-}\r
-\r
-.testEntry\r
-{\r
-       padding: 5px;\r
-       margin: 0 !important;\r
-}\r
-\r
-.testEntry:hover\r
-{\r
-       background-color: #ffff99;\r
-}\r
-\r
-.testFail, .testPass, .testIgnore\r
-{\r
-       padding-left: 3px;\r
-       padding-right: 3px;\r
-}\r
-\r
-.testFail\r
-{\r
-       background-color: #ff0000;\r
-}\r
-\r
-.testPass\r
-{\r
-       background-color: #00ff00;\r
-}\r
-\r
-.testIgnore\r
-{\r
-       background-color: #f1f100;\r
-}\r