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

Unified Diff: static/css/index.css

Issue 29541876: Noissue - Always show "Install" button for Microsoft Edge (Closed)
Patch Set: Always show button Created Sept. 12, 2017, 8:29 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
Index: static/css/index.css
===================================================================
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -167,13 +167,6 @@
margin-left: 0px;
}
-#content h3.edge-message,
-#content h3.edge-message a
-{
- color: #2d79c0;
- font-size: 20px;
-}
-
#terms-message,
#terms-message a
{
@@ -311,7 +304,7 @@
#content.internet-explorer #install-internet-explorer,
#content.safari #install-safari,
#content.yandex-browser #install-yandex-browser,
-#content.edge.edge-supported #install-edge
+#content.edge #install-edge
{
display: inline-block;
}
@@ -451,22 +444,11 @@
#other-platform > div,
#content.edge #video,
-#edge-teaser,
-h3.edge-message,
-#content.edge.edge-supported h3.edge-message,
-#content.edge.edge-supported #other-platform > div,
-#content.edge #terms-message
+#edge-teaser
{
display: none;
}
-#content.edge #other-platform > div,
-#content.edge h3.edge-message,
-#content.edge.edge-supported #terms-message
-{
- display: block;
-}
-
.warning-platform,
.disclaimer,
#maxthon-notification
« includes/index.tmpl ('K') | « includes/index.tmpl ('k') | static/js/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld