Skip to content

Commit

Permalink
Bug 491304 - improve look and usability of "test results" pages
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWilliams committed Apr 8, 2016
1 parent 552361f commit 93b50be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
eclipse.preferences.version=1
encoding//eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php=UTF-8
encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html >
<?php
//ini_set("display_errors", "true");
//error_reporting (E_ALL);
Expand Down Expand Up @@ -41,10 +40,13 @@
<style type="text/css">
<!--
P {text-indent: 30pt; margin: inherit}
tr:hover td { background-color: #CCCCFF; }
table {border-collapse: collapse;}
tr {border-bottom: 1px solid #000; }
tr:hover td { background-color: #b3b3ff; }
tr:nth-child(even){background-color: #ffffff}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Eclipse Foundation, Inc." />
<meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
<link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/visual.css" media="screen" />
Expand Down

0 comments on commit 93b50be

Please sign in to comment.