Merge pull request #210 from edx/christina/course-settings-drupal

On marketing site, disable course settings options that do not work.
This commit is contained in:
Christina Roberts
2013-06-20 09:15:18 -07:00
7 changed files with 224 additions and 83 deletions

View File

@@ -189,3 +189,10 @@
}
}
// UI archetypes - well
.ui-well {
@include box-shadow(inset 0 1px 2px 1px $shadow-l1);
padding: ($baseline*0.75);
}