summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/media/style/style.css8
-rw-r--r--askbot/media/style/style.less3
2 files changed, 10 insertions, 1 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index 3c447e56..23872136 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -3079,6 +3079,14 @@ ins p,
ins {
background-color: #E6F0A2;
}
+body.question-page ins,
+body.main-page ins {
+ /* a hack for google adwords
+ * todo: make rule above more specific
+ * and remove this one */
+
+ background: transparent;
+}
/* ----- Red Popup notification ----- */
.vote-notification {
z-index: 1;
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 954bc378..1976e2da 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -3195,7 +3195,8 @@ ins .post-tag, ins p, ins {
background-color: #E6F0A2;
}
-div.banner ins {
+body.question-page ins,
+body.main-page ins {
/* a hack for google adwords
* todo: make rule above more specific
* and remove this one */