Skip to content

Commit

Permalink
Fix bundles by using bootstrap.min.css
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 11, 2017
1 parent ede1b13 commit 4e6c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap3/bundles
@@ -1,4 +1,4 @@
assets/css/all-nocdn.css=bootstrap.css,html4css1.css,nikola_rst.css,code.css,colorbox.css,theme.css,custom.css
assets/css/all-nocdn.css=bootstrap.min.css,html4css1.css,nikola_rst.css,code.css,colorbox.css,theme.css,custom.css
assets/css/all.css=html4css1.css,nikola_rst.css,code.css,colorbox.css,theme.css,custom.css
assets/js/all-nocdn.js=jquery.min.js,bootstrap.min.js,jquery.colorbox-min.js,moment-with-locales.min.js,fancydates.js
assets/js/all.js=jquery.colorbox-min.js,moment-with-locales.min.js,fancydates.js

0 comments on commit 4e6c32c

Please sign in to comment.