diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-07 08:22:56 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-07 08:22:56 -0400 |
commit | eb09a5738ccdc46202b597570a878d72f22b16b0 (patch) | |
tree | b52d85b802fc65a4f17ae315c34608b6b1f4e3e8 /toolkit/content/mozilla.xhtml | |
parent | fb84e0f3226f1b9233aa2a6bfc55c38110694ffd (diff) | |
download | UXP-eb09a5738ccdc46202b597570a878d72f22b16b0.tar UXP-eb09a5738ccdc46202b597570a878d72f22b16b0.tar.gz UXP-eb09a5738ccdc46202b597570a878d72f22b16b0.tar.lz UXP-eb09a5738ccdc46202b597570a878d72f22b16b0.tar.xz UXP-eb09a5738ccdc46202b597570a878d72f22b16b0.zip |
Make code style consistent across all AboutRedirector's
Diffstat (limited to 'toolkit/content/mozilla.xhtml')
-rw-r--r-- | toolkit/content/mozilla.xhtml | 35 |
1 files changed, 2 insertions, 33 deletions
diff --git a/toolkit/content/mozilla.xhtml b/toolkit/content/mozilla.xhtml index 2acfc9f5d..8c79b5ff9 100644 --- a/toolkit/content/mozilla.xhtml +++ b/toolkit/content/mozilla.xhtml @@ -15,39 +15,8 @@ <meta charset='utf-8' /> <title>&chronicles.title.55.2;</title> -<style> -html { - background: maroon radial-gradient( circle, #a01010 0%, #800000 80%) center center / cover no-repeat; - color: white; - font-style: italic; - text-rendering: optimizeLegibility; - min-height: 100%; -} - -#moztext { - margin-top: 15%; - font-size: 1.1em; - font-family: serif; - text-align: center; - line-height: 1.5; -} - -#from { - font-size: 1.95em; - font-family: serif; - text-align: right; -} - -em { - font-size: 1.3em; - line-height: 0; -} - -a { - text-decoration: none; - color: white; -} -</style> + <link rel="stylesheet" href="chrome://global/content/mozilla.css" + type="text/css"/> </head> <body dir="&locale.dir;"> |