Author: adc
Date: Sun Dec  8 17:17:49 2013
New Revision: 1549069

URL: http://svn.apache.org/r1549069
Log:
More footer work

Modified:
    steve/site/trunk/content/resources/css/main.css

Modified: steve/site/trunk/content/resources/css/main.css
URL: 
http://svn.apache.org/viewvc/steve/site/trunk/content/resources/css/main.css?rev=1549069&r1=1549068&r2=1549069&view=diff
==============================================================================
--- steve/site/trunk/content/resources/css/main.css (original)
+++ steve/site/trunk/content/resources/css/main.css Sun Dec  8 17:17:49 2013
@@ -17,8 +17,8 @@
 * under the License.
 */
 body {
-    padding-top: 60px;
-    padding-bottom: 40px;
+    height: 100%;
+    /* The html and body elements cannot have any padding or margin. */
 }
 
 .sprite {
@@ -95,3 +95,12 @@ blockquote p {
     height: 60px;
     background-color: #f5f5f5;
 }
+
+#wrap > .container {
+    padding: 60px 15px 0;
+}
+
+#footer > .container {
+    padding-left: 15px;
+    padding-right: 15px;
+}


Reply via email to