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

Unified Diff: static/css/index.css

Issue 29749588: Fixes #53 - Added detection and install links for iOS safari (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed #13 Created April 16, 2018, 3:24 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: static/css/index.css
===================================================================
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -312,24 +312,25 @@
background: -o-linear-gradient(bottom, #62c52b, #4f9d22);
background: linear-gradient(bottom, #62c52b, #4f9d22);
box-shadow: 0px 0px 7px #486c15;
}
#content.firefox #install-firefox, #content.chrome #install-chrome,
#content.opera #install-opera, #content.android #install-android,
#content.internet-explorer #install-internet-explorer,
-#content.safari.ua-safari #install-safari,
#content.safari.ua-ios #install-ios-safari,
#content.yandex-browser #install-yandex-browser,
#content.edge #install-edge
{
display: inline-block;
}
+#content.safari:not(.ua-ios) #install-safari { display: inline-block; }
ire 2018/04/16 15:42:21 NIT: You didn't need to make this its own rule, yo
+
#other-platform ul
{
list-style: none;
display: inline-block;
margin: 0px;
padding: 0;
vertical-align: bottom;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld