quick update colours and some more tidying
This commit is contained in:
parent
5013979a18
commit
d069736771
@ -173,3 +173,9 @@ buttons {
|
||||
float:right;
|
||||
content:"\e87a"
|
||||
}
|
||||
|
||||
|
||||
|
||||
#footer, .mui-appbar {
|
||||
background-color: #62849C;
|
||||
}
|
@ -13,7 +13,3 @@
|
||||
<%= data.reduced %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3><%=data._id%></h3>
|
||||
<h3><%=data._rev%></h3>
|
||||
|
||||
|
@ -29,7 +29,7 @@ var generics = ['ARTICLE', 'div.content_column', 'div.post','div.page'];
|
||||
function cleaner(b) {
|
||||
var _b = b;
|
||||
|
||||
var unwanted = ['div#disqus_thread', 'SCRIPT', 'FOOTER', 'div.ssba', '.shareaholic-canvas', '.yarpp-related', 'div.dfad', 'div.postFooterShare', 'div#nextPrevLinks', '.post-comments','HEADER', '.post-title','#side-menu','.footer-container','#pre-footer'];
|
||||
var unwanted = ['div#disqus_thread', 'SCRIPT', 'FOOTER', 'div.ssba', '.shareaholic-canvas', '.yarpp-related', 'div.dfad', 'div.postFooterShare', 'div#nextPrevLinks', '.post-comments','HEADER', '.post-title','#side-menu','.footer-container','#pre-footer','#cakephp-global-navigation', '.masthead','.breadcrumb'];
|
||||
|
||||
for (var i = 0; i < unwanted.length; i++) {
|
||||
_b.find(unwanted[i]).remove();
|
||||
|
Loading…
Reference in New Issue
Block a user