Set table width
authorGary Kacmarcik <garykac@google.com>
Tue, 08 Jan 2013 15:36:39 -0800
changeset 36 40a5b7e03817
parent 4 e3103e3da18c
child 38 5349f5a03ffa
Set table width
table.css
--- a/table.css	Mon Jan 07 11:48:05 2013 -0800
+++ b/table.css	Tue Jan 08 15:36:39 2013 -0800
@@ -16,6 +16,7 @@
 .data-table {
   border-collapse:collapse;
   text-align:left;
+  width: 100%;
 }
 
 .data-table th {