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 | |
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
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | data/epiphany.xhtml | 28 |
3 files changed, 19 insertions, 23 deletions
@@ -1,3 +1,13 @@ +2003-04-13 Xan Lopez <xan@masilla.org> + + * NEWS: + + Fix a couple of typos + + * data/epiphany.xhtml: + + Some cosmetic changes + 2003-04-13 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: @@ -36,7 +36,7 @@ Interface improvements * Bookmarks editor redesign: better interface to assign multiple topics, better editor interface using a toplevel window with a menubar, file manager like editing capabilities, ability to open - the editor indipendentlyi, "most used" special topic. + the editor independently, "most used" special topic. They certainly need love, but I think we have a good direction now. (Marco, Dave Bordoley, Xan Lopez) * Properly save maximized/unmaximized state of the main window (Marco) @@ -46,7 +46,7 @@ Interface improvements * Alphabetical sort of topics and bookmarks in the editor (Xan Lopez) * Remove tab autocompletion to avoid accessibility issues (Marco) * Focus the location entry when opening a new window and do not - put the url in it, so the user can more easiliy insert + put the url in it, so the user can more easily insert the location he wants to load. Try to not disturb the user when he is editing the url with focus removals. 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> |