You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by ad...@apache.org on 2013/02/06 23:46:45 UTC

svn commit: r1443256 - in /incubator/hdt/site/trunk/content: css/hdt.css get_involved.html index.html sitemap.html

Author: adamb
Date: Wed Feb  6 22:46:44 2013
New Revision: 1443256

URL: http://svn.apache.org/viewvc?rev=1443256&view=rev
Log:
fixed styling for the copyright notice, so now you can see it

Modified:
    incubator/hdt/site/trunk/content/css/hdt.css
    incubator/hdt/site/trunk/content/get_involved.html
    incubator/hdt/site/trunk/content/index.html
    incubator/hdt/site/trunk/content/sitemap.html

Modified: incubator/hdt/site/trunk/content/css/hdt.css
URL: http://svn.apache.org/viewvc/incubator/hdt/site/trunk/content/css/hdt.css?rev=1443256&r1=1443255&r2=1443256&view=diff
==============================================================================
--- incubator/hdt/site/trunk/content/css/hdt.css (original)
+++ incubator/hdt/site/trunk/content/css/hdt.css Wed Feb  6 22:46:44 2013
@@ -139,7 +139,10 @@ h1, h2, h3, h4, h5, h6 {
     text-align: center;
 }
 .copyright {
-    float: left;
+    font-family: Verdana, arial, sans-serif;
+    font-size: 10px;
+    text-align:center;
+    color: #a0a0a0;
 }
 #asf-logo {
     float: left;

Modified: incubator/hdt/site/trunk/content/get_involved.html
URL: http://svn.apache.org/viewvc/incubator/hdt/site/trunk/content/get_involved.html?rev=1443256&r1=1443255&r2=1443256&view=diff
==============================================================================
--- incubator/hdt/site/trunk/content/get_involved.html (original)
+++ incubator/hdt/site/trunk/content/get_involved.html Wed Feb  6 22:46:44 2013
@@ -63,7 +63,7 @@ While incubation status is not necessari
 stability of the code, it does indicate that the project has yet to be fully
 endorsed by the ASF.</p>
 </div>
-		<div id="copyright" class="container_16">
+		<div id="copyright" class="copyright">
 			<p>
 				Copyright © 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>
 				Apache and the Apache feather logo are trademarks of The Apache Software Foundation.

Modified: incubator/hdt/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/incubator/hdt/site/trunk/content/index.html?rev=1443256&r1=1443255&r2=1443256&view=diff
==============================================================================
--- incubator/hdt/site/trunk/content/index.html (original)
+++ incubator/hdt/site/trunk/content/index.html Wed Feb  6 22:46:44 2013
@@ -55,7 +55,7 @@ While incubation status is not necessari
 stability of the code, it does indicate that the project has yet to be fully
 endorsed by the ASF.</p>
 </div>
-		<div id="copyright" class="container_16">
+		<div id="copyright" class="copyright">
 			<p>
 				Copyright © 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>
 				Apache and the Apache feather logo are trademarks of The Apache Software Foundation.

Modified: incubator/hdt/site/trunk/content/sitemap.html
URL: http://svn.apache.org/viewvc/incubator/hdt/site/trunk/content/sitemap.html?rev=1443256&r1=1443255&r2=1443256&view=diff
==============================================================================
--- incubator/hdt/site/trunk/content/sitemap.html (original)
+++ incubator/hdt/site/trunk/content/sitemap.html Wed Feb  6 22:46:44 2013
@@ -52,7 +52,7 @@ While incubation status is not necessari
 stability of the code, it does indicate that the project has yet to be fully
 endorsed by the ASF.</p>
 </div>
-		<div id="copyright" class="container_16">
+		<div id="copyright" class="copyright">
 			<p>
 				Copyright © 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>
 				Apache and the Apache feather logo are trademarks of The Apache Software Foundation.