You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2011/01/28 05:25:49 UTC

svn commit: r1064449 - /ant/antlibs/common/trunk/style.css

Author: bodewig
Date: Fri Jan 28 04:25:49 2011
New Revision: 1064449

URL: http://svn.apache.org/viewvc?rev=1064449&view=rev
Log:
class for copyright line

Modified:
    ant/antlibs/common/trunk/style.css

Modified: ant/antlibs/common/trunk/style.css
URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk/style.css?rev=1064449&r1=1064448&r2=1064449&view=diff
==============================================================================
--- ant/antlibs/common/trunk/style.css (original)
+++ ant/antlibs/common/trunk/style.css Fri Jan 28 04:25:49 2011
@@ -52,3 +52,12 @@ table th {
 pre {
    background-color: efefef;
 }
+
+.copyright {
+    font-family: arial,helvetica,sanserif;
+    font-size: 90%;
+    clear: both;
+    text-align: center;
+    margin: 0px;
+    border-top: thin solid #4C6C8F;
+}