Added css property min-height to #content, so the height of pages is consistent and provide more white space.

This commit is contained in:
mb863 2010-07-26 13:15:39 +00:00
parent c13038590c
commit be9082a691

View file

@ -33,6 +33,7 @@ body {
padding: 16px 12px;
background: #fff;
font-size: 108.33%; /* bumping up content text from 12px to 13px */
min-height:350px;
}
#footer {