You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2017/11/28 02:48:21 UTC

[2/2] incubator-datafu git commit: Float feather to left, adjust footer text

Float feather to left, adjust footer text


Project: http://git-wip-us.apache.org/repos/asf/incubator-datafu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-datafu/commit/ccde3f8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-datafu/tree/ccde3f8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-datafu/diff/ccde3f8c

Branch: refs/heads/master
Commit: ccde3f8c93a450268aff8fe8fb9d422b08a772ef
Parents: 900c45b
Author: Matthew Hayes <mh...@apache.org>
Authored: Mon Nov 27 18:43:59 2017 -0800
Committer: Matthew Hayes <mh...@apache.org>
Committed: Mon Nov 27 18:43:59 2017 -0800

----------------------------------------------------------------------
 site/source/layouts/_footer.erb  | 13 ++++++++++---
 site/source/stylesheets/all.less |  6 +++++-
 2 files changed, 15 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/ccde3f8c/site/source/layouts/_footer.erb
----------------------------------------------------------------------
diff --git a/site/source/layouts/_footer.erb b/site/source/layouts/_footer.erb
index c750faf..fcf0235 100644
--- a/site/source/layouts/_footer.erb
+++ b/site/source/layouts/_footer.erb
@@ -17,7 +17,14 @@
 # under the License.
 %>
 
-<div class="footer text-center">
-  Copyright &copy; 2011-2017 <a href="http://www.apache.org/" target="_blank"><img src="/images/feather.png" alt="Apache Feather" title="Apache Feather"/>The Apache Software Foundation</a> <br>
-  Apache DataFu, DataFu, Apache Pig, Apache Hadoop, Hadoop, Apache, and the Apache feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
+<div class="footer">
+
+<div class="feather">
+<a href="http://www.apache.org/" target="_blank"><img src="/images/feather.png" alt="Apache Feather" title="Apache Feather"/></a>
+</div>
+
+<div class="copyright">
+  Copyright &copy; 2011-2017 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 DataFu, DataFu, Apache Pig, Apache Hadoop, Hadoop, Apache, and the Apache feather logo are either registered trademarks or trademarks of the <a href="http://www.apache.org/">Apache Software Foundation</a> in the United States and other countries.
+</div>
 </div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/ccde3f8c/site/source/stylesheets/all.less
----------------------------------------------------------------------
diff --git a/site/source/stylesheets/all.less b/site/source/stylesheets/all.less
index 64ac363..7effd67 100644
--- a/site/source/stylesheets/all.less
+++ b/site/source/stylesheets/all.less
@@ -50,7 +50,11 @@ body {
   color: #777;
   border-top: 1px solid #e5e5e5;
 
-  p {
+  .feather {
+    float: left;
+  }
+
+  .copyright {
     text-align: center;
   }
 }