summaryrefslogtreecommitdiff
path: root/tsp/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'tsp/www/style.css')
-rw-r--r--tsp/www/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/tsp/www/style.css b/tsp/www/style.css
new file mode 100644
index 0000000..4cf67db
--- /dev/null
+++ b/tsp/www/style.css
@@ -0,0 +1,16 @@
+#all, th, td {
+ border: 1px solid black;
+ border-collapse: collapse;
+}
+
+pre {
+ word-wrap: break-word;
+ width: 900px; /*FIXME*/
+}
+
+tr:nth-child(odd) {
+ background: #DDD
+}
+tr:nth-child(even) {
+ background: #FFF
+}