Set data table width to 100%
authorGary Kacmarcik <garykac@google.com>
Tue, 04 Jun 2013 11:10:25 -0700
changeset 38 5349f5a03ffa
parent 37 b077de1b62fd (current diff)
parent 36 40a5b7e03817 (diff)
child 39 1b59bf8dd423
Set data table width to 100%
table.css
--- a/table.css	Tue Jun 04 10:53:50 2013 -0700
+++ b/table.css	Tue Jun 04 11:10:25 2013 -0700
@@ -74,6 +74,7 @@
 .data-table {
   border-collapse:collapse;
   text-align:left;
+  width: 100%;
 }
 
 .data-table th {