Remove white-space around browser upgrade notice

This commit is contained in:
Michael Rose 2016-04-05 22:02:36 -04:00
parent e58dc5d57f
commit 3e34300529

View file

@ -1,3 +1,3 @@
<!--[if lt IE 9]>
<div class="notice--danger center">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<div class="notice--danger center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->