Commit 830b7f402b57966832a728c14a8c6bd75593db76
1 parent
720f682b
Exists in
master
and in
39 other branches
Added diazo rules to remove default css and js
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
colab/proxy/noosfero/diazo.xml
... | ... | @@ -7,11 +7,11 @@ |
7 | 7 | <before css:theme-children="#main-content" css:content-children="body" /> |
8 | 8 | |
9 | 9 | <merge attributes="class" css:theme="body" css:content="body" /> |
10 | - <!-- This breaks some noosfero icons --> | |
11 | - <drop css:theme="link[href='/static/third-party/font-awesome/css/font-awesome.min.css']" /> | |
12 | - <!-- <drop css:theme="script[src='/static/third-party/jquery-2.0.3.min.js']" /> --> | |
13 | - <!-- <drop theme="/html/head/script" /> --> | |
14 | 10 | |
11 | + <drop css:theme="link[href='/static/third-party/font-awesome/css/font-awesome.min.css']" /> | |
12 | + <drop css:theme="link[href='/static/third-party/bootstrap/css/bootstrap.min.css']" /> | |
13 | + <drop css:theme="link[href='/static/css/screen.css']" /> | |
14 | + <drop theme="/html/head/script" /> | |
15 | 15 | <drop css:content="#barra-brasil" /> |
16 | 16 | <drop css:content="#theme-footer" /> |
17 | 17 | <drop css:content="#homepage-link" /> | ... | ... |