demarches-normaliennes/app/views/layouts/_ie_lt_10.html.haml

9 lines
328 B
Text
Raw Normal View History

= "<!--[if lt IE 10]>".html_safe
2017-01-18 13:59:14 +01:00
2017-04-06 15:32:05 +02:00
.center{style:'width: 100%; background-color: white; position: fixed; top:0; left:0; z-index: 100000'}
2016-08-30 11:42:33 +02:00
%h3.text-danger
%b
2017-01-18 13:59:14 +01:00
Votre version d'Internet Explorer est trop ancienne pour être utilisée sur le service TPS. Version minimum : Internet Explorer 10
= "<![endif]-->".html_safe