Skip to content
This repository has been archived by the owner on Dec 15, 2017. It is now read-only.

Commit

Permalink
min-height issue in default theme (issue #1)
Browse files Browse the repository at this point in the history
attempt to resolve issue
#1
min-height value missing in CSS for default theme (diviate)
  • Loading branch information
acksponies committed Aug 14, 2012
1 parent 9aca2a0 commit 2df4792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sf-theme/diviate/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
diviate 1.0.3 (2012-August-14)
-added min-height value in style.css

diviate 1.0.2 (2011-March-27)
-requires StayCMS Alpha 0.6 or greater (use of Timeexec)

Expand Down
1 change: 1 addition & 0 deletions sf-theme/diviate/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ body {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 3px;
min-height: 200px;
}
#middle p{
display:block;
Expand Down

0 comments on commit 2df4792

Please sign in to comment.