fixed some display bug

This commit is contained in:
Bachir Soussi Chiadmi
2015-06-24 17:20:14 +02:00
parent ade4a41f76
commit 09d1f06552
4 changed files with 1067 additions and 1102 deletions

View File

@@ -82,6 +82,8 @@ html, body{
}
body{
overflow-y:scroll; top:0;
background-color: $creme;
}
h1, h2, h3, h4, h5, h6{
@@ -158,7 +160,6 @@ $header-z-index:1000;
>.region{padding-top:5px; padding-bottom:5px;}
} //change this
z-index:999;
@include bgc(#fff);
@include padded;
}
@@ -202,8 +203,14 @@ $header-z-index:1000;
/_/ /_/\____/_/ /_/ /_/\___/ |___/____/
*/
body:not(.page-actuality),
body:not(.page-explore){
body.front,
body.page-whoweare,
body.page-node-11187,
body.page-node-11175,
body.page-node-12324,
body.page-user,
body.page-node-11186,
body.page-cart{
#header>.inner, #utilities>.inner, #center, #footer{
@include grid-row();
}