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

Unified Diff: static/css/index.css

Issue 29330915: No issue - show the Microsoft edge message only on Microsoft edge page (Closed)
Patch Set: Created Nov. 26, 2015, 10:57 a.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: static/css/index.css
===================================================================
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -438,12 +438,16 @@
margin-bottom: 0px;
}
-#other-platform > div, #content.edge #video, #edge-teaser
+#other-platform > div,
+#content.edge #video,
+#edge-teaser,
+h3.edge-message
{
display: none;
}
-#content.edge #other-platform > div
+#content.edge #other-platform > div,
+#content.edge h3.edge-message
{
display: block;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld