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; |
} |