Commit 93e3ab7b by kimth

Merge pull request #440 from MITx/feature/kfiedler/courseware-style

BUG SMASH
parents 9d35d850 c3fe069f
...@@ -171,7 +171,7 @@ div.video { ...@@ -171,7 +171,7 @@ div.video {
position: relative; position: relative;
@include transition(); @include transition();
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
width: 110px; width: 116px;
h3 { h3 {
color: #999; color: #999;
...@@ -209,7 +209,7 @@ div.video { ...@@ -209,7 +209,7 @@ div.video {
display: none; display: none;
opacity: 0; opacity: 0;
position: absolute; position: absolute;
width: 125px; width: 133px;
z-index: 10; z-index: 10;
li { li {
......
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