Author: hlship
Date: Fri Nov 19 18:41:18 2010
New Revision: 1036974

URL: http://svn.apache.org/viewvc?rev=1036974&view=rev
Log:
Another attempt to get the footer text to be small

Modified:
    tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Modified: tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css?rev=1036974&r1=1036973&r2=1036974&view=diff
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/styles/style.css (original)
+++ tapestry/tapestry-site/branches/post-5.2-site/styles/style.css Fri Nov 19 
18:41:18 2010
@@ -171,5 +171,8 @@ a img { text-decoration: none;}
 
 #footer { 
   position: relative;
-  font-size: x-small !important;
+}
+
+#footer p {
+  font-size: x-small;
 }


Reply via email to