Author: acoburn
Date: Thu May 10 14:41:55 2012
New Revision: 1336722

URL: http://svn.apache.org/viewvc?rev=1336722&view=rev
Log:
VCL 576

Safari on a Mac does not assume that a table width is set as 100%, so
the default theme looks very strange. Added an explicit width to tables
with the class "themeheadertable".


Modified:
    incubator/vcl/trunk/web/themes/default/css/vcl.css

Modified: incubator/vcl/trunk/web/themes/default/css/vcl.css
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/themes/default/css/vcl.css?rev=1336722&r1=1336721&r2=1336722&view=diff
==============================================================================
--- incubator/vcl/trunk/web/themes/default/css/vcl.css (original)
+++ incubator/vcl/trunk/web/themes/default/css/vcl.css Thu May 10 14:41:55 2012
@@ -75,6 +75,7 @@ form {
 }
 
 .themelayouttable {
+    width: 100%;
        border-collapse: collapse;
 }
 


Reply via email to