diff --git a/www/default.css b/www/default.css index 34b824d..822a93e 100644 --- a/www/default.css +++ b/www/default.css @@ -3,7 +3,11 @@ body { color: #BBB; } -table, th, td { +.noborder { + border: none; +} + +.withborder { border: thin solid; border-collapse: collapse; } @@ -13,3 +17,4 @@ table, th, td { padding: 10px; border: thin solid; } + diff --git a/www/index.html b/www/index.html index d927719..c136443 100644 --- a/www/index.html +++ b/www/index.html @@ -7,13 +7,12 @@
-|
-
-
+ | - - + |