Left: | ||
Right: |
OLD | NEW |
---|---|
1 <meta property="og:image" content="https://adblockplus.org/_override-static/glob al/global/img/adblockbrowser_beta_promo.png" /> | 1 <meta property="og:image" content="https://adblockplus.org/_override-static/glob al/global/img/adblockbrowser_beta_promo.png" /> |
2 | 2 |
3 <style type="text/css"> | 3 <style type="text/css"> |
4 #content * | 4 #content * |
5 { | 5 { |
6 box-sizing: content-box; | 6 box-sizing: content-box; |
7 } | 7 } |
8 | 8 |
9 #content h1 | 9 #content h1 |
10 { | 10 { |
(...skipping 17 matching lines...) Expand all Loading... | |
28 margin-bottom: 14px; | 28 margin-bottom: 14px; |
29 } | 29 } |
30 | 30 |
31 .subscribe-description | 31 .subscribe-description |
32 { | 32 { |
33 margin: 14px 0px 20px 0px; | 33 margin: 14px 0px 20px 0px; |
34 } | 34 } |
35 | 35 |
36 .button-community-wrapper | 36 .button-community-wrapper |
37 { | 37 { |
38 display: inline-block; | 38 display: inline-block !important; /* !important to fix IE 8 bug */ |
Thomas Greiner
2015/05/12 15:06:47
This doesn't resolve the actual issue but merely o
saroyanm
2015/05/12 15:23:47
Exactly, I have no idea why this is happening, It'
Thomas Greiner
2015/05/12 15:41:27
The change I suggested is a solution and not an ad
saroyanm
2015/05/12 15:44:23
Okey, sorry just got what you meant.
saroyanm
2015/05/12 16:00:02
As discussed internally, the problem still exist w
| |
39 text-align: center; | 39 text-align: center; |
Thomas Greiner
2015/05/12 15:06:47
The block is adjusting to the content inside so th
saroyanm
2015/05/12 15:23:47
I would rather do this kind of small adjustments a
Thomas Greiner
2015/05/12 15:41:27
It's not a blocker - that's correct - but it can b
| |
40 border: solid 1px #4CAE4C; | 40 border: solid 1px #4CAE4C; |
41 border-radius: 3px; | 41 border-radius: 3px; |
42 background-color: #5CB85C; | 42 background-color: #5CB85C; |
43 margin: 10px 0px 30px 0px; | 43 margin: 10px 0px 30px 0px; |
44 } | 44 } |
45 | 45 |
46 .button-community-wrapper a | 46 .button-community-wrapper a |
47 { | 47 { |
48 display: block; | 48 display: block; |
49 padding: 25px 20px; | 49 padding: 25px 20px; |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
233 } | 233 } |
234 } | 234 } |
235 }, false); | 235 }, false); |
236 request.send(params); | 236 request.send(params); |
237 return false; | 237 return false; |
238 }, false); | 238 }, false); |
239 } | 239 } |
240 addListener(document, "DOMContentLoaded", contentLoad, false); | 240 addListener(document, "DOMContentLoaded", contentLoad, false); |
241 //]]> | 241 //]]> |
242 </script> | 242 </script> |
OLD | NEW |