diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-04-13 08:16:27 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-04-13 08:16:27 +0800 |
commit | 4e4065d82b2f0322c43015db238e11e9edf76bd8 (patch) | |
tree | 59bb7ab8a7434effa00dc99306451f472a0e2809 /data | |
parent | 665391b5a7a6a10ec84bf042c505776b9a4b039d (diff) | |
download | gsoc2013-epiphany-4e4065d82b2f0322c43015db238e11e9edf76bd8.tar gsoc2013-epiphany-4e4065d82b2f0322c43015db238e11e9edf76bd8.tar.gz gsoc2013-epiphany-4e4065d82b2f0322c43015db238e11e9edf76bd8.tar.bz2 gsoc2013-epiphany-4e4065d82b2f0322c43015db238e11e9edf76bd8.tar.lz gsoc2013-epiphany-4e4065d82b2f0322c43015db238e11e9edf76bd8.tar.xz gsoc2013-epiphany-4e4065d82b2f0322c43015db238e11e9edf76bd8.tar.zst gsoc2013-epiphany-4e4065d82b2f0322c43015db238e11e9edf76bd8.zip |
Fix typos in NEWS, cosmetic changes to epiphany.xhtml
Fix typos in NEWS, cosmetic changes to epiphany.xhtml
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.xhtml | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/data/epiphany.xhtml b/data/epiphany.xhtml index bdba4933a..9cf2635e0 100644 --- a/data/epiphany.xhtml +++ b/data/epiphany.xhtml @@ -3,24 +3,9 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <!-- - The contents of this file are subject to the Netscape Public License - Version 1.0 (the "NPL"); you may not use this file except in - compliance with the NPL. You may obtain a copy of the NPL at - http://www.mozilla.org/NPL/ - - Software distributed under the NPL is distributed on an "AS IS" basis, - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL - for the specific language governing rights and limitations under the - NPL. - - The Initial Developer of this code under the NPL is Netscape - Communications Corporation. Portions created by Netscape are - Copyright (C) 1998 Netscape Communications Corporation. All Rights - Reserved. - - Contributor(s): - Henrik Gemal <mozilla@gemal.dk> - Alexey Chernyak <alexeyc@bigfoot.com> (XHTML 1.1 conversion) + Based on mozilla's about:mozilla by Henrik Gemal and Alexey Chernyak + + Xan Lopez, xan@masilla.org --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -28,14 +13,14 @@ <title>Epiphany</title> <style type="text/css"> html { - background: #3399FF; + background: #3369FF; color: white; font-style: italic; } #ephytext { margin-top: 15%; - font-size: 1.1em; + font-size: 1.3em; text-align: center; } @@ -46,8 +31,9 @@ html { } span { - font-size: 1.3em; + font-size: 1.0em; } + </style> </head> <body> |