Commit b2cc4625 by Victor Shnayder

Merge pull request #812 from MITx/feature/victor/status-banner

Firefox bug fix
parents d042026e a15ef161
...@@ -157,7 +157,8 @@ mark { ...@@ -157,7 +157,8 @@ mark {
.site-status { .site-status {
display: none; display: none;
padding: 10px; padding: 10px;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .0)) $pink; @include linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .0));
background-color: $pink;
box-shadow: 0 -1px 0 rgba(0, 0, 0, .3) inset; box-shadow: 0 -1px 0 rgba(0, 0, 0, .3) inset;
font-size: 14px; font-size: 14px;
......
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