You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/08/24 19:14:46 UTC

incubator-mynewt-site git commit: balanced the Apache and Apache Incubator logos in the footer

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/develop 2b465cdc4 -> 072e008b4


balanced the Apache and Apache Incubator logos in the footer


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/072e008b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/072e008b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/072e008b

Branch: refs/heads/develop
Commit: 072e008b4f39cc92be9aa8e41f59a5f2d2b11023
Parents: 2b465cd
Author: aditihilbert <ad...@runtime.io>
Authored: Wed Aug 24 11:59:16 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Wed Aug 24 12:14:36 2016 -0700

----------------------------------------------------------------------
 custom-theme/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/072e008b/custom-theme/footer.html
----------------------------------------------------------------------
diff --git a/custom-theme/footer.html b/custom-theme/footer.html
index 477c71a..d588cb1 100644
--- a/custom-theme/footer.html
+++ b/custom-theme/footer.html
@@ -11,7 +11,7 @@
             <div class="col-xs-6 text-right">
                 <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
+            <div class="col-xs-6 text-right">
                 <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>