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: Added inline installation Created March 26, 2018, 10:20 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 | « includes/index.tmpl ('k') | static/js/index.js » ('j') | 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
@@ -1,24 +1,30 @@
/******************************************************************************
* Temparary styles
*****************************************************************************/
.avoid-wrap {display: inline-block;}
.small {font-size: smaller;}
-.maxthon-only {display: none;}
-.maxthon .maxthon-only {display: block;}
#content,
#blog
{
padding-top: 5em;
}
/******************************************************************************
+ * Browser-based styles
+ *****************************************************************************/
+
+.show-on-maxthon { display: none; }
+.maxthon .show-on-maxthon { display: block; }
+.maxthon .hide-on-maxthon { display: none; }
+
+/******************************************************************************
* #hero-download
*****************************************************************************/
#hero-download
{
padding-top: 2em;
padding-bottom: 2em;
}
« no previous file with comments | « includes/index.tmpl ('k') | static/js/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld