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

This commit is contained in:
Brian Talbot
2013-10-16 12:24:54 -04:00
parent e0b73b05f2
commit bbcb381092

View File

@@ -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;
}