From 6a309f8c659da57eb113c9e08099528452040f3c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 29 Mar 2013 23:41:59 -0400 Subject: fixed the ins style again --- askbot/media/style/style.css | 8 ++++++++ askbot/media/style/style.less | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 */ -- cgit v1.2.3-1-g7c22