Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
Prevent layout from collapsing when content area is empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwight committed Jun 13, 2014
1 parent dffceb7 commit fd0ed1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Chrome, Firefox, Safari and IE9+ are supported. IE7 and IE8 are not supported, b

More detail on the theme [commit page](https://github.com/kwight/debut/commits?page=1).

= 1.7.3 =

* Bug fix: Prevent layout from collapsing when content area is empty.

= 1.7.2 =

* Bug fix: Updated the clearfix
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Author: kwight
Author URI: http://kwight.ca
Theme URI: https://github.com/kwight/debut/
Description: Debut is a solid and clean responsive theme, for sharing your ideas with the world. Make Debut your own by changing the background, colors and more with the new Theme Customizer and real-time preview. Based on _s by Automattic, Debut is translation-ready (French is already included), supports featured images, has five widget areas and includes a sliding menu for mobile screens. Debut also includes a full-width page template, and a special menu for adding social media icons.
Version: 1.7.2
Version: 1.7.3
License: GNU GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: debut
Expand Down Expand Up @@ -182,6 +182,7 @@ form.searchform,
#main {
float: left;
margin-top: 2.5em;
width: 100%;
}
/* Nested margin corrections */
.comment-form-author {
Expand Down

0 comments on commit fd0ed1b

Please sign in to comment.