chore: switched to new build system for css.

- added community.bundle.less file to create css bundle
- removed the obsolete build.json in favor of new build system
- updated the paths in the books
- removed the imported urls from css files (the new build system doesn't support that)
- removed obsolete lms.css
This commit is contained in:
Anand Chitipothu
2021-05-20 13:12:19 +05:30
parent a67ad67be1
commit 8c889ffb92
7 changed files with 8 additions and 60 deletions

View File

@@ -16,12 +16,3 @@
is_exercise=True,
last_submitted=submission and submission.creation) }}
</div>
<style type="text/css">
.exercise-image svg {
width: 150px;
height: 150px;
border: 1px solid #ddd;
margin-bottom: 20px;
}
</style>