Updated Branches: refs/heads/master 8fc12b99f -> 68a1b513a
fixed styling for the copyright notice, so now you can see it Project: http://git-wip-us.apache.org/repos/asf/incubator-hdt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hdt/commit/68a1b513 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hdt/tree/68a1b513 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hdt/diff/68a1b513 Branch: refs/heads/master Commit: 68a1b513ade7c90963575931e4c8daddc06b5ee2 Parents: 8fc12b9 Author: adamb <[email protected]> Authored: Wed Feb 6 16:42:44 2013 -0600 Committer: adamb <[email protected]> Committed: Wed Feb 6 16:42:44 2013 -0600 ---------------------------------------------------------------------- site/content/hdt/css/hdt.css | 5 ++++- site/templates/skeleton.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/68a1b513/site/content/hdt/css/hdt.css ---------------------------------------------------------------------- diff --git a/site/content/hdt/css/hdt.css b/site/content/hdt/css/hdt.css index c36748a..e78707e 100644 --- a/site/content/hdt/css/hdt.css +++ b/site/content/hdt/css/hdt.css @@ -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; http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/68a1b513/site/templates/skeleton.html ---------------------------------------------------------------------- diff --git a/site/templates/skeleton.html b/site/templates/skeleton.html index 8b6dacd..30f2d36 100644 --- a/site/templates/skeleton.html +++ b/site/templates/skeleton.html @@ -38,7 +38,7 @@ While incubation status is not necessarily a reflection of the completeness or 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.
