Commit 7294e978 by Tom Giannattasio

fixed firefox bug

parent 63e38822
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
.course-info-wrapper { .course-info-wrapper {
display: table; display: table;
width: 100%; width: 100%;
clear: both;
} }
.main-column, .main-column,
...@@ -15,13 +16,16 @@ ...@@ -15,13 +16,16 @@
float: none; float: none;
display: table-cell; display: table-cell;
} }
.main-column {
border-radius: 3px 0 0 3px;
border-right-color: $mediumGrey;
}
} }
.course-updates { .course-updates {
padding: 30px 40px; padding: 30px 40px;
margin: 0; margin: 0;
border-radius: 3px 0 0 3px;
border-right-color: $mediumGrey;
.update-list > li { .update-list > li {
padding: 34px 0 42px; padding: 34px 0 42px;
......
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
<div class="inner-wrapper"> <div class="inner-wrapper">
<h1>Course Info</h1> <h1>Course Info</h1>
<div class="course-info-wrapper"> <div class="course-info-wrapper">
<div class="main-column"> <div class="main-column window">
<article class="course-updates window" id="course-update-view"> <article class="course-updates" id="course-update-view">
<h2>Course Updates & News</h2> <h2>Course Updates & News</h2>
<a href="#" class="new-update-button">New Update</a> <a href="#" class="new-update-button">New Update</a>
<ol class="update-list" id="course-update-list"></ol> <ol class="update-list" id="course-update-list"></ol>
......
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