From debe0da16ffc12619074d468be9881e434c196df Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 29 Nov 2013 12:15:01 +0600 Subject: [PATCH] SONAR-4805 Add to the footer that IE 8 is not supported --- .../main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 2 +- sonar-server/src/main/webapp/stylesheets/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index ade19e1e6c8..d3b8994937d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -210,7 +210,7 @@
Embedded database should be used for evaluation purpose only <% end %> - + <% end %> diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 54aa42c4290..1edb4fff5af 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -45,6 +45,11 @@ padding: 0 5px; } +.ie-warn a { + color: #EEE; + text-decoration: underline; +} + #ftlinks a { color: #444; } -- 2.39.5