1
0
mirror of https://github.com/djohnlewis/stackdump synced 2024-12-04 23:17:37 +00:00

Added missing padding before footer for pages longer than screen height.

This commit is contained in:
Samuel Lai 2012-02-11 16:44:09 +11:00
parent cda1690be4
commit a4dd607dcc

View File

@ -41,6 +41,7 @@ html, body {
/* leave enough gap for the topbar */
#content {
padding-top: 40px;
padding-bottom: 40px;
}
.search-container {