From daa124a4f3b9ca5e8aaeef3f5a9457298c160ae5 Mon Sep 17 00:00:00 2001 From: Christos Constantinou Date: Tue, 16 Dec 2014 20:01:05 +0000 Subject: [PATCH] Provide a fallback and upgrade path for IE6/7/8 users --- app/views/layout.server.view.html | 9 +++++++++ public/modules/core/css/core.css | 7 ++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/app/views/layout.server.view.html b/app/views/layout.server.view.html index 9f47509e..7e19f92f 100644 --- a/app/views/layout.server.view.html +++ b/app/views/layout.server.view.html @@ -63,6 +63,15 @@ {% endif %} + + \ No newline at end of file diff --git a/public/modules/core/css/core.css b/public/modules/core/css/core.css index c5108914..f20a04c9 100644 --- a/public/modules/core/css/core.css +++ b/public/modules/core/css/core.css @@ -12,4 +12,9 @@ } .ng-valid.ng-dirty { border-color: #78FA89; -} \ No newline at end of file +} +.browsehappy.jumbotron.hide, +body.ng-cloak +{ + display: block; +}