From 45a9bda33fb85f571cf982684f919b8e248a6e83 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Thu, 19 Jan 2012 22:25:27 -0500 Subject: [PATCH] added fix for firefox --- mitx_global.html | 4 ++-- sass/_index.scss | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mitx_global.html b/mitx_global.html index d4f13f556c..047e544298 100644 --- a/mitx_global.html +++ b/mitx_global.html @@ -64,7 +64,8 @@ - diff --git a/sass/_index.scss b/sass/_index.scss index fb1ccb0683..fd75ae258f 100644 --- a/sass/_index.scss +++ b/sass/_index.scss @@ -68,7 +68,6 @@ header.announcement { @include background-size(cover); &.home { - @media screen and (min-width: 1200px) { background: #e3e3e3 url("/static/images/marketing/shot-1-large.jpg"); } @@ -217,10 +216,11 @@ section.index-content { } &.about { - width: flex-grid(8); - margin-right: flex-gutter() / 2; + @include box-sizing(border-box); border-right: 1px solid #e5e5e5; + margin-right: flex-gutter(); padding-right: flex-gutter() / 2; + width: flex-grid(8); section { @extend .clearfix; @@ -333,10 +333,11 @@ section.index-content { // index //---------------------------------------- // &.about-course { - width: flex-grid(8); - margin-right: flex-gutter() / 2; + @include box-sizing(border-box); border-right: 1px solid #e5e5e5; + margin-right: flex-gutter(); padding-right: flex-gutter() / 2; + width: flex-grid(8); section { width: flex-grid(4, 8);