You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2010/11/19 19:41:19 UTC

svn commit: r1036974 - /tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

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;
 }