Author: jprantan
Date: Mon Apr 6 05:32:30 2009
New Revision: 1690
Modified:
trunk/templates/testcase_template.html
Log:
Fixed accidentally done commit.
Modified: trunk/templates/testcase_template.html
==============================================================================
--- trunk/templates/testcase_template.html (original)
+++ trunk/templates/testcase_template.html Mon Apr 6 05:32:30 2009
@@ -18,18 +18,6 @@
margin: 1em 0em;
border: 0.1em solid black;
}
-table.setting {
- background-color: rgb(1, 50, 192);
-}
-table.variable {
- background-color: rgb(100, 100, 100);
-}
-table.testcase {
- background-color: rgb(30, 200, 200);
-}
-table.keyword {
- background-color: rgb(250, 100, 100);
-}
th, td {
border-style: solid;
border-width: 0.05em 0.1em;
@@ -58,6 +46,7 @@
- col.name is against specs but works in IE
*/
td:first-child, col.name {
+ background-color: rgb(240, 240, 240);
text-transform: capitalize;
letter-spacing: 0.1em;
}
@@ -70,7 +59,7 @@
</head>
<body>
<h1>Robot Test Cases</h1>
-<table class="setting" border="1">
+<table border="1">
<colgroup span="99">
<col class="name">
<col class="value" span="4"></colgroup>
@@ -100,7 +89,7 @@
</tr>
</tbody>
</table>
-<table class="variable" border="1">
+<table border="1">
<colgroup span="99">
<col class="name">
<col class="value" span="4"></colgroup>
@@ -130,7 +119,7 @@
</tr>
</tbody>
</table>
-<table class="testcase" border="1">
+<table border="1">
<colgroup span="99">
<col class="name">
<col class="action">
@@ -167,7 +156,7 @@
</tr>
</tbody>
</table>
-<table class="keyword" border="1">
+<table border="1">
<colgroup span="99">
<col class="name">
<col class="action">