Merge pull request #7395 from Stanford-Online/kluo/fix-modal-display-issue

Fix modal css to be hidden immediately
This commit is contained in:
Chris
2015-06-17 08:54:06 -04:00
2 changed files with 51 additions and 62 deletions

View File

@@ -405,10 +405,3 @@ table {
border-spacing: 0;
}
/**
* Hide staticpage preview on load (Studio).
*/
#preview-lms-staticpages {
display: none;
}