force container css when included after bootstrap css
This commit is contained in:
@ -78,7 +78,8 @@ function getAssets(f, c, src, libs) {
|
||||
//core
|
||||
js.unshift(bootstrap+'js/bootstrap.js')
|
||||
css.unshift(bootstrap+'css/bootstrap.css');
|
||||
css.unshift(bootstrap+'css/bootstrap-responsive.css');
|
||||
// css.push(bootstrap+'css/bootstrap.css');
|
||||
//css.unshift(bootstrap+'css/bootstrap-responsive.css');
|
||||
|
||||
//editable
|
||||
js.push(forms+'editable-form-bootstrap.js');
|
||||
|
Reference in New Issue
Block a user