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: Created March 28, 2018, 2:08 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 | « 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
@@ -9,16 +9,24 @@
#content,
#blog
{
padding-top: 5em;
}
/******************************************************************************
+ * Browser-based styles
ire 2018/03/28 14:11:09 See https://codereview.adblockplus.org/29727563/di
+ *****************************************************************************/
+
+.show-on-msie { display: none; }
+.msie .show-on-msie { display: block; }
+.msie .hide-on-msie { display: none; }
+
+/******************************************************************************
* #hero-download
*****************************************************************************/
#hero-download
{
padding-top: 2em;
padding-bottom: 2em;
}
« 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