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

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

Author: hlship
Date: Fri Nov 19 18:40:29 2010
New Revision: 1036973

URL: http://svn.apache.org/viewvc?rev=1036973&view=rev
Log:
Boost the importance of the font-size rule for the footer

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=1036973&r1=1036972&r2=1036973&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:40:29 2010
@@ -171,5 +171,5 @@ a img { text-decoration: none;}
 
 #footer { 
   position: relative;
-  font-size: x-small;
+  font-size: x-small !important;
 }