Bug 830767 - Implement about:mozilla for B2G - HTML part. r=Pike

This commit is contained in:
Julien Wajsberg 2013-01-22 15:04:23 +01:00
parent 976860ae7e
commit 32b86e426d

View File

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
<!DOCTYPE html
[
<!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" >
%mozillaDTD;
@ -13,13 +11,17 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&mozilla.title;</title>
<style type="text/css">
<head>
<meta charset='utf-8' />
<title>&mozilla.title.15.1;</title>
<style>
html {
background: maroon;
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 {
@ -47,15 +49,18 @@ a {
}
</style>
</head>
<body dir="&locale.dir;">
<p id="moztext">
&mozilla.quote;
</p>
<section>
<p id="moztext">
&mozilla.quote.15.1;
</p>
<p id="from">
&mozilla.from;
</p>
<p id="from">
&mozilla.from.15.1;
</p>
</section>
</body>
</html>