commented out firefox polyfill ad well as xmodule css editor changes

This commit is contained in:
marco
2013-05-15 16:07:45 -04:00
parent ba11d37ba9
commit 12dae84a07
6 changed files with 30 additions and 9 deletions

View File

@@ -954,4 +954,19 @@ body.unit {
.view-button {
display: none;
}
}
// Latex Compiler
// ====================
.launch-latex-compiler {
background-color: $white;
padding: 10px 0 10px 20px;
border-bottom: 1px solid $gray-l2;
opacity: .8;
&:hover {
@include transition(opacity 0.25s ease-in-out);
opacity: 1;
}
}