Commit 45a9bda3 by Kyle Fiedler

added fix for firefox

parent b7e9aff1
...@@ -64,7 +64,8 @@ ...@@ -64,7 +64,8 @@
</section> </section>
<script> <script>
$(function() { $(function() {
/* Set up FancyBox pop-ups */ /* Set up FancyBox pop-ups */
...@@ -134,5 +135,4 @@ $(function() { ...@@ -134,5 +135,4 @@ $(function() {
/*$("sregion"+$("[id^=spinner_]")[1].id.substring(7)) */ /*$("sregion"+$("[id^=spinner_]")[1].id.substring(7)) */
}); });
</script> </script>
...@@ -68,7 +68,6 @@ header.announcement { ...@@ -68,7 +68,6 @@ header.announcement {
@include background-size(cover); @include background-size(cover);
&.home { &.home {
@media screen and (min-width: 1200px) { @media screen and (min-width: 1200px) {
background: #e3e3e3 url("/static/images/marketing/shot-1-large.jpg"); background: #e3e3e3 url("/static/images/marketing/shot-1-large.jpg");
} }
...@@ -217,10 +216,11 @@ section.index-content { ...@@ -217,10 +216,11 @@ section.index-content {
} }
&.about { &.about {
width: flex-grid(8); @include box-sizing(border-box);
margin-right: flex-gutter() / 2;
border-right: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;
margin-right: flex-gutter();
padding-right: flex-gutter() / 2; padding-right: flex-gutter() / 2;
width: flex-grid(8);
section { section {
@extend .clearfix; @extend .clearfix;
...@@ -333,10 +333,11 @@ section.index-content { ...@@ -333,10 +333,11 @@ section.index-content {
// index // index
//---------------------------------------- // //---------------------------------------- //
&.about-course { &.about-course {
width: flex-grid(8); @include box-sizing(border-box);
margin-right: flex-gutter() / 2;
border-right: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;
margin-right: flex-gutter();
padding-right: flex-gutter() / 2; padding-right: flex-gutter() / 2;
width: flex-grid(8);
section { section {
width: flex-grid(4, 8); width: flex-grid(4, 8);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment