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 08:20:33 UTC

svn commit: r1799150 - /comdev/reporter.apache.org/trunk/site/css/tabs.css

Author: humbedooh
Date: Mon Jun 19 08:20:33 2017
New Revision: 1799150

URL: http://svn.apache.org/viewvc?rev=1799150&view=rev
Log:
unstick footer, but make it be at the bottom at all times.

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

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=1799150&r1=1799149&r2=1799150&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/css/tabs.css (original)
+++ comdev/reporter.apache.org/trunk/site/css/tabs.css Mon Jun 19 08:20:33 2017
@@ -112,16 +112,20 @@ h3 a {
   left: calc(50% - 225px);
 }
 
+
+#wrapper {
+    min-height: calc(100vh - 150px);
+}
+
 .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;
+    border-top: 1px solid #333;
+    margin-bottom: -16px;
+    height: 50px;
+    width: 100%;
+    text-align: center;
+    color: #000;
+    background: #DDD;
+    font-size: 0.85rem;
 }