You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2017/06/19 07:30:37 UTC

svn commit: r1799144 - in /comdev/reporter.apache.org/trunk/site: css/tabs.css ng.html

Author: humbedooh
Date: Mon Jun 19 07:30:36 2017
New Revision: 1799144

URL: http://svn.apache.org/viewvc?rev=1799144&view=rev
Log:
sticky footer

Modified:
    comdev/reporter.apache.org/trunk/site/css/tabs.css
    comdev/reporter.apache.org/trunk/site/ng.html

Modified: comdev/reporter.apache.org/trunk/site/css/tabs.css
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/css/tabs.css?rev=1799144&r1=1799143&r2=1799144&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/css/tabs.css (original)
+++ comdev/reporter.apache.org/trunk/site/css/tabs.css Mon Jun 19 07:30:36 2017
@@ -12,11 +12,14 @@ html {
     background-size: cover;
 }
 
-
 a {
     color: #224;
 }
 
+body {
+    padding: 0px;
+    margin: 0px;
+}
 br {
     line-height: 1.5rem;
 }
@@ -33,6 +36,7 @@ br {
     max-width: 1600px;
     min-width: 1200px;
     border-radius: 3px;
+    padding-bottom: 60px;
 }
 
 .tabs {
@@ -108,6 +112,18 @@ h3 a {
   left: calc(50% - 225px);
 }
 
+.ngfooter {
+  border-top: 2px solid #333;
+  position: fixed;
+  bottom: -16px;
+  height: 50px;
+  width: 100%;
+  text-align: center;
+  color: #000;
+  background: #DDB;
+  font-size: 0.85rem;
+}
+
 
 /* Snagged from Foundation */
 .sub-nav {

Modified: comdev/reporter.apache.org/trunk/site/ng.html
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/ng.html?rev=1799144&r1=1799143&r2=1799144&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/ng.html (original)
+++ comdev/reporter.apache.org/trunk/site/ng.html Mon Jun 19 07:30:36 2017
@@ -14,7 +14,7 @@
     <div id="wrapper" style="width: 100%; text-align: center;">
         Loading, hang on...
     </div>
-    <p style="text-align: center; color: #000;">
+    <p class="ngfooter">
         Managed by the <a href="https://community.apache.org/">Apache Community Development Project</a>. More info about this page can be found <a href="about.html">here</a>.<br/>
         Copyright© 2017, the Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
     </p>