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

Unified Diff: static/css/index.css

Issue 29735569: Fixes #19 - Define how conditional text should be displayed on the index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Separate conditional blocks Created April 5, 2018, 7:23 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/hero-download-conditional.tmpl ('k') | 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
@@ -3,16 +3,24 @@
*****************************************************************************/
.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; }
+.msie .show-on-msie { display: block; }
+.msie .hide-on-msie { display: none; }
+
+/******************************************************************************
* #hero-download
*****************************************************************************/
#hero-download
{
padding: 3em 1em;
}
« no previous file with comments | « includes/hero-download-conditional.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld