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

Unified Diff: static/css/index.css

Issue 29727563: Fixes #35 - Progressively enhance install button with appropriate links and text (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Change translation strings Created April 16, 2018, 3:06 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
@@ -1,24 +1,22 @@
/******************************************************************************
* Temparary styles
*****************************************************************************/
.avoid-wrap {display: inline-block;}
.small {font-size: smaller;}
-.maxthon-only {display: none;}
-.maxthon .maxthon-only {display: block;}
/******************************************************************************
* Browser-based styles
*****************************************************************************/
-.show-on-msie { display: none; }
juliandoucette 2018/04/16 15:44:40 RE: Last published quick note. It looks like you h
ire 2018/04/16 16:00:59 Thanks! Done.
-.msie .show-on-msie { display: block; }
-.msie .hide-on-msie { display: none; }
+.show-on-maxthon { display: none; }
+.maxthon .show-on-maxthon { display: inherit; }
+.maxthon .hide-on-maxthon { display: none; }
/******************************************************************************
* #hero-download
*****************************************************************************/
#hero-download
{
padding: 3em 1em;

Powered by Google App Engine
This is Rietveld