Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / application / _browser_unsupported.html
1 <!-- Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 -->
4
5 <!-- googleoff: all -->
6 <style type="text/css">
7   #browser-unsupported .alert {
8     margin-left: -100px;
9     margin-right: -100px;
10     padding-left: 120px;
11     padding-right: 120px;
12   }
13 </style>
14 <div id="browser-unsupported" class="hidden">
15   <div class="alert alert-danger">
16     <p>
17       <b>Hey!</b> Your web browser is missing some of the features we
18       rely on.  Usually this means you are running an old version.
19       Updating your system, or switching to a current version
20       of <a class="alert-link"
21       href="//google.com/search?q=download+Mozilla+Firefox">Firefox</a>
22       or <a class="alert-link"
23       href="//google.com/search?q=download+Google+Chrome">Chrome</a>,
24       should fix this.
25     </p>
26   </div>
27 </div>
28 <!-- googleon: all -->