Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblock-browser-head.html

Issue 4966660511367168: Issue 2507 - Adblock Browser Beta Landing Page IE8 bug with inline-block (Closed)
Patch Set: Created May 12, 2015, 1:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld