diff --git a/filters/stripAd/google_ad_map.sed b/filters/stripAd/google_ad_map.sed new file mode 100644 index 0000000..b802a09 --- /dev/null +++ b/filters/stripAd/google_ad_map.sed @@ -0,0 +1 @@ +s|
+ + @@ -107,7 +110,10 @@ - message + + active message + message + @@ -116,10 +122,31 @@ + + active + + + + + + + + + + + + + + + + + + diff --git a/themes/asf/personalize.js b/themes/asf/personalize.js index f7508e0..0d6beeb 100644 --- a/themes/asf/personalize.js +++ b/themes/asf/personalize.js @@ -210,6 +210,9 @@ function moveDateHeaders() { function moveSidebar() { var sidebar = document.getElementById('sidebar'); + if (sidebar.currentStyle && sidebar.currentStyle['float'] == 'none') return; + if (window.getComputedStyle && document.defaultView.getComputedStyle(sidebar,null).getPropertyValue('float') == 'none') return; + var h1 = sidebar.previousSibling; while (h1.nodeType != 1) h1=h1.previousSibling; h1.parentNode.removeChild(h1); diff --git a/themes/common/validate.html.xslt b/themes/common/validate.html.xslt index efab5c6..2d1a2e4 100644 --- a/themes/common/validate.html.xslt +++ b/themes/common/validate.html.xslt @@ -74,7 +74,7 @@ - #FCC + background-color:#FCC