aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--NEWS4
-rw-r--r--data/epiphany.xhtml28
3 files changed, 19 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f81db8f7..644dc94e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/NEWS b/NEWS
index 33b7edf18..2b93c7e51 100644
--- a/NEWS
+++ b/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>