Skip to content

Commit

Permalink
removed minheight and added padding-bottom, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rook2pawn committed Aug 28, 2011
1 parent 2035239 commit cf3a7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.css
Expand Up @@ -21,7 +21,7 @@ body {
#examples {
position: relative;
overflow: hidden; /* important: so floated elements were overflown by container */
min-height:350px;
padding-bottom:12px;
}
.example {
float: left;
Expand Down

0 comments on commit cf3a7db

Please sign in to comment.