summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-03-29 23:41:59 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-03-29 23:41:59 -0400
commit6a309f8c659da57eb113c9e08099528452040f3c (patch)
tree116f4f00cfd654fc350a68b80f9d04fd301a021b
parentc4ca3a3469a8f37b25824857ec72044a44f3e66b (diff)
downloadaskbot-6a309f8c659da57eb113c9e08099528452040f3c.tar.gz
askbot-6a309f8c659da57eb113c9e08099528452040f3c.tar.bz2
askbot-6a309f8c659da57eb113c9e08099528452040f3c.zip
fixed the ins style again
-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 */