Author: kkolinko
Date: Fri Apr 18 08:15:56 2014
New Revision: 1588421
URL: http://svn.apache.org/r1588421
Log:
Apply r1588195
Ensure <th> elements have the same text-align property on every browser.
Modified:
tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css
Modified: tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css?rev=1588421&r1=1588420&r2=1588421&view=diff
==============================================================================
--- tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css (original)
+++ tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css Fri Apr 18
08:15:56 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: [email protected]
For additional commands, e-mail: [email protected]