-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2131 from veteransaffairscanada/fallback_page_cle…
…anup Fallback page minor styling
- Loading branch information
Showing
3 changed files
with
72 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,53 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Your browser is not supported | Ton navigateur n'est pas supporté</title> | ||
<link href="//cdn.muicss.com/mui-0.9.39-rc1/css/mui.min.css" rel="stylesheet" type="text/css"/> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title> | ||
Your browser is not supported | Ton navigateur n'est pas supporté | ||
</title> | ||
<link | ||
href="//cdn.muicss.com/mui-0.9.39-rc1/css/mui.min.css" | ||
rel="stylesheet" | ||
type="text/css" | ||
/> | ||
<style> | ||
/** | ||
* Body CSS | ||
*/ | ||
html, | ||
body { | ||
height: 100%; | ||
} | ||
html, | ||
body | ||
{ | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); | ||
} | ||
/** | ||
html, | ||
body { | ||
height: 100%; | ||
} | ||
html, | ||
body { | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); | ||
} | ||
/** | ||
* Content CSS | ||
*/ | ||
#content-wrapper { | ||
min-height: 100%; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="content-wrapper" class="mui--text-center"> | ||
<br/> | ||
<br/> | ||
<p> | ||
Your current version of this browser is not supported. Please update to the latest version. | ||
To see a list of all benefits click <a href='/all-benefits'>here</a>. | ||
</p> | ||
<p> | ||
Votre version actuelle de ce navigateur n'est pas supportée. S'il vous plaît mettre à jour à la dernière version. | ||
Pour voir la liste complète des avantages, cliquez <a href='/all-benefits'>ici</a>. | ||
</p> | ||
</div> | ||
</body> | ||
#content-wrapper { | ||
min-height: 100%; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="content-wrapper" class="mui--text-center"> | ||
<br /> | ||
<br /> | ||
<p> | ||
Your current version of this browser is not supported. Please update to | ||
the latest version. To see a list of all benefits click | ||
<a href="/all-benefits">here</a>. | ||
</p> | ||
<p> | ||
Votre version actuelle de ce navigateur n'est pas supportée. S'il vous | ||
plaît mettre à jour à la dernière version. Pour voir la liste complète | ||
des avantages, cliquez <a href="/all-benefits?lng=fr">ici</a>. | ||
</p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters