Skip to content

Commit

Permalink
fix some bs3 styles here or there
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Dec 7, 2014
1 parent f5f662e commit c64e953
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nikola/data/themes/bootstrap3/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ h4, h5, h6 {
padding-top: 60px;
}

h1.panel-title, h2.panel-title, h3.panel-title, h4.panel-title, h5.panel-title, h6.panel-title {
h1.panel-title, h2.panel-title, h3.panel-title, h4.panel-title, h5.panel-title, h6.panel-title,
h1.list-group-item-heading, h2.list-group-item-heading, h3.list-group-item-heading, h4.list-group-item-heading, h5.list-group-item-heading, h6.list-group-item-heading,
h1.media-heading, h2.media-heading, h3.media-heading, h4.media-heading, h5.media-heading, h6.media-heading {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
}

Expand Down

0 comments on commit c64e953

Please sign in to comment.