Comment out align:center properties because the CSS validator errors
authorArt Barstow <art.barstow@nokia.com>
Wed, 17 Jul 2013 16:45:38 -0400
changeset 44 4211e1b030d4
parent 43 1280348e3f37
child 45 79e998d5a519
Comment out align:center properties because the CSS validator errors
table.css
--- a/table.css	Wed Jul 17 09:22:21 2013 -0400
+++ b/table.css	Wed Jul 17 16:45:38 2013 -0400
@@ -103,9 +103,9 @@
 
 /* figure formatting */
 .figure {
-  align:center;
+  /* align:center; */
 }
 
 .figure-title {
-  align:center;
+  /* align:center; */
 }