added fix for firefox

This commit is contained in:
Kyle Fiedler
2012-01-19 22:25:27 -05:00
parent b7e9aff117
commit 45a9bda33f
2 changed files with 8 additions and 7 deletions

View File

@@ -64,7 +64,8 @@
</section>
<script>
<script>
$(function() {
/* Set up FancyBox pop-ups */
@@ -134,5 +135,4 @@ $(function() {
/*$("sregion"+$("[id^=spinner_]")[1].id.substring(7)) */
});
</script>

View File

@@ -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);