Index: adblock-browser-head.html |
=================================================================== |
--- a/adblock-browser-head.html |
+++ b/adblock-browser-head.html |
@@ -35,7 +35,7 @@ |
.button-community-wrapper |
{ |
- display: inline-block; |
+ 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
|
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
|
border: solid 1px #4CAE4C; |
border-radius: 3px; |