Author: adc
Date: Sun Dec  8 17:48:54 2013
New Revision: 1549078

URL: http://svn.apache.org/r1549078
Log:
Never give up hope, fixing footer

Modified:
    steve/site/trunk/content/resources/css/main.css
    steve/site/trunk/templates/skeleton.html

Modified: steve/site/trunk/content/resources/css/main.css
URL: 
http://svn.apache.org/viewvc/steve/site/trunk/content/resources/css/main.css?rev=1549078&r1=1549077&r2=1549078&view=diff
==============================================================================
--- steve/site/trunk/content/resources/css/main.css (original)
+++ steve/site/trunk/content/resources/css/main.css Sun Dec  8 17:48:54 2013
@@ -85,19 +85,19 @@ blockquote p {
     min-height: 100%;
     height: auto;
     /* Negative indent footer by its height */
-    margin: 0 auto -60px;
+    margin: 0 auto -105px;
     /* Pad bottom by footer height */
-    padding: 0 0 60px;
+    padding: 0 0 105px;
 }
 
 /* Set the fixed height of the footer here */
 #footer {
-    height: 60px;
+    height: 105px;
     background-color: #f5f5f5;
 }
 
 #wrap > .container {
-    padding: 60px 15px 0;
+    padding: 105px 15px 0;
 }
 .container .text-muted {
     margin: 20px 0;

Modified: steve/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/steve/site/trunk/templates/skeleton.html?rev=1549078&r1=1549077&r2=1549078&view=diff
==============================================================================
--- steve/site/trunk/templates/skeleton.html (original)
+++ steve/site/trunk/templates/skeleton.html Sun Dec  8 17:48:54 2013
@@ -116,6 +116,7 @@
     </div>
 
   </div>
+  <div id="push"></div>
 </div>
 
 <div id="footer">


Reply via email to