Author: adc
Date: Sat Sep 14 14:27:23 2013
New Revision: 1523255
URL: http://svn.apache.org/r1523255
Log:
Fixed footer spacing
Modified:
labs/panopticon/src/asf/panopticon/static/css/panopticon.css
Modified: labs/panopticon/src/asf/panopticon/static/css/panopticon.css
URL:
http://svn.apache.org/viewvc/labs/panopticon/src/asf/panopticon/static/css/panopticon.css?rev=1523255&r1=1523254&r2=1523255&view=diff
==============================================================================
--- labs/panopticon/src/asf/panopticon/static/css/panopticon.css (original)
+++ labs/panopticon/src/asf/panopticon/static/css/panopticon.css Sat Sep 14
14:27:23 2013
@@ -13,13 +13,14 @@ body {
height: auto !important;
height: 100%;
/* Negative indent footer by its height */
- margin: 0 auto -60px;
+ margin: 0 auto -80px;
/* Pad bottom by footer height */
- padding: 0 0 60px;
+ padding: 0 0 80px;
}
/* Set the fixed height of the footer here */
#footer {
+ height: 80px;
background-color: #f5f5f5;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]