Skip to content

Commit

Permalink
[FIX] website_blog: narrow_cover and overriding header
Browse files Browse the repository at this point in the history
The narrow cover option new in 9.0 has no meaning if the content can
overflow it (it would overflow the cover and hide the blog content).

opw-668713
  • Loading branch information
nle-odoo committed Mar 24, 2016
1 parent 5ab4377 commit a23e850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/website_blog/static/src/css/website_blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ div#blog_angle_down a:hover {

.cover_narrow {
height: 50vh;
overflow: hidden;
}

.cover_footer_bg {
Expand Down
1 change: 1 addition & 0 deletions addons/website_blog/static/src/css/website_blog.sass
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ div#blog_angle_down

.cover_narrow
height: 50vh
overflow: hidden

.cover_footer_bg
min-height: 350px
Expand Down

0 comments on commit a23e850

Please sign in to comment.