瀏覽代碼

applied fixe width to all page exept /actuality and /explore

Bachir Soussi Chiadmi 9 年之前
父節點
當前提交
19b1d49a22
共有 2 個文件被更改,包括 114 次插入252 次删除
  1. 112 247
      sites/all/themes/gui/materiobasetheme/css/styles.css
  2. 2 5
      sites/all/themes/gui/materiobasetheme/scss/layout.scss

文件差異過大導致無法顯示
+ 112 - 247
sites/all/themes/gui/materiobasetheme/css/styles.css


+ 2 - 5
sites/all/themes/gui/materiobasetheme/scss/layout.scss

@@ -202,11 +202,8 @@ $header-z-index:1000;
 /_/ /_/\____/_/ /_/ /_/\___/    |___/____/
 
 */
-body.home-v2,
-body.page-whoweare,
-body.node-type-page,
-body.node-type-webform,
-body.page-cart-checkout{
+body:not(.page-actuality),
+body:not(.page-explore){
   #header>.inner, #utilities>.inner, #center, #footer{
     @include grid-row();
   }

部分文件因文件數量過多而無法顯示