From 3b524b70d52df4baf421c7f956190e1bfa6a932e Mon Sep 17 00:00:00 2001 From: gwoo Date: Thu, 15 May 2008 18:18:46 +0000 Subject: [PATCH] removing icons from test suite git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6892 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/tests/lib/header.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cake/tests/lib/header.php b/cake/tests/lib/header.php index 2a5591f18..98f063c98 100644 --- a/cake/tests/lib/header.php +++ b/cake/tests/lib/header.php @@ -40,10 +40,6 @@ .test-results {float:left; width: 67%;} ul.tests {margin: 0; font-size:12px;} ul.tests li {list-style: none; margin: 14px 0; padding-left: 20px;} - ul.tests li {background: url("http://www.famfamfam.com/lab/icons/silk/icons/accept.png") no-repeat;} - ul.tests li.error {background: url("http://www.famfamfam.com/lab/icons/silk/icons/exclamation.png") no-repeat;} - ul.tests li.fail {background: url("http://www.famfamfam.com/lab/icons/silk/icons/cancel.png") no-repeat;} - ul.tests li.skipped {background: url("http://www.famfamfam.com/lab/icons/silk/icons/information.png") no-repeat;} ul.tests li span { font-size:14px; text-transform: uppercase; display:block; color: black; font-weight: bold; } ul.tests li.pass span, ul.tests li.skipped span { display:inline;} ul.tests li.fail span { color: red; }