Author: kkolinko
Date: Thu Apr 17 20:20:09 2014
New Revision: 1588361

URL: http://svn.apache.org/r1588361
Log:
Merged r1588195 from tomcat/native/trunk:
Ensure <th> elements have the same text-align property on every browser.

Modified:
    tomcat/native/branches/1.1.x/   (props changed)
    tomcat/native/branches/1.1.x/xdocs/images/docs-stylesheet.css

Propchange: tomcat/native/branches/1.1.x/
------------------------------------------------------------------------------
  Merged /tomcat/native/trunk:r1588195

Modified: tomcat/native/branches/1.1.x/xdocs/images/docs-stylesheet.css
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/images/docs-stylesheet.css?rev=1588361&r1=1588360&r2=1588361&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/images/docs-stylesheet.css (original)
+++ tomcat/native/branches/1.1.x/xdocs/images/docs-stylesheet.css Thu Apr 17 
20:20:09 2014
@@ -45,6 +45,10 @@ table *:not(table) {
   border-collapse: separate;
 }
 
+th {
+  text-align: left;
+}
+
 main {
   /* Remove this once all IEs support <main> element */
   display: block;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to