Commit bbcb3810 by Brian Talbot

LMS: adds in redundant, but needed dashboard visual padding rule

parent e0b73b05
......@@ -230,3 +230,10 @@
footer .references {
@include footer_references_style;
}
// ====================
// poor cascade made worse by CSS splitting requires us to redefine the dashboard views' visual top padding
.dashboard {
padding-top: 60px;
}
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