From f05b935882198ccf7d81675736e3aeb089c5113a Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Thu, 5 May 2011 14:36:32 +0100 Subject: Merge WebKit at r74534: Initial merge by git. Change-Id: I6ccd1154fa1b19c2ec2a66878eb675738735f1eb --- .../TestResultServer/stylesheets/dashboardfile.css | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 WebKitTools/TestResultServer/stylesheets/dashboardfile.css (limited to 'WebKitTools/TestResultServer/stylesheets/dashboardfile.css') diff --git a/WebKitTools/TestResultServer/stylesheets/dashboardfile.css b/WebKitTools/TestResultServer/stylesheets/dashboardfile.css deleted file mode 100644 index 1b0921c..0000000 --- a/WebKitTools/TestResultServer/stylesheets/dashboardfile.css +++ /dev/null @@ -1,30 +0,0 @@ -body { - font-family: Verdana, Helvetica, sans-serif; - padding: 0px; - color: #444; -} -h1 { - color: #444; - font-size: 14pt; - font-style: italic; - margin: 0px; - padding: 5px; -} -table { - border-spacing: 0px; -} -th { - background-color: #AAA; - color: white; - text-align: left; - padding: 5px; - font-size: 12pt; -} -td { - font-size: 11pt; - padding: 3px; - text-align: left; -} -tr:hover { - background-color: #EEE; -} -- cgit v1.1