Merge pull request #15642 from edx/andya/studio-bootstrap-theme

Add basic Bootstrap theme to Studio
This commit is contained in:
Andy Armstrong
2017-07-24 15:25:04 -04:00
committed by GitHub
29 changed files with 2150 additions and 42 deletions

View File

@@ -1,5 +1,8 @@
## mako
## Override the default styles_version to use Bootstrap
<%! main_css = "css/bootstrap/lms-main.css" %>
<%page expression_filter="h"/>
<%inherit file="/main.html" />