summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2002-12-27 23:03:00 +0000
committerJames Bursa <james@netsurf-browser.org>2002-12-27 23:03:00 +0000
commitb9adc1d6c6ffe51843d957446ffb7ec8f743aaa5 (patch)
tree279f6c9b17e71deba5584e07a9a38895018e14b7 /!NetSurf/Resources
parent54ec269af3e8e13d27d225c562bc337a87bb4608 (diff)
downloadnetsurf-b9adc1d6c6ffe51843d957446ffb7ec8f743aaa5.tar.gz
netsurf-b9adc1d6c6ffe51843d957446ffb7ec8f743aaa5.tar.bz2
[project @ 2002-12-27 23:03:00 by bursa]
Implement color property. svn path=/import/netsurf/; revision=69
Diffstat (limited to '!NetSurf/Resources')
-rw-r--r--!NetSurf/Resources/CSS2
-rw-r--r--!NetSurf/Resources/intro.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/!NetSurf/Resources/CSS b/!NetSurf/Resources/CSS
index 949a0ae0b..7fb109565 100644
--- a/!NetSurf/Resources/CSS
+++ b/!NetSurf/Resources/CSS
@@ -29,6 +29,6 @@ h5 { font-size: medium; font-style: italic; }
h6 { font-size: medium; font-style: italic; }
b { font-weight: bold; }
i { font-style: italic; }
-a { font-weight: bold; font-style: italic; }
+a { color: #00f; }
center { text-align: center; }
diff --git a/!NetSurf/Resources/intro.html b/!NetSurf/Resources/intro.html
index bdd2a49ce..b6931d081 100644
--- a/!NetSurf/Resources/intro.html
+++ b/!NetSurf/Resources/intro.html
@@ -2,9 +2,9 @@
<head><title>Welcome to NetSurf</title></head>
<body>
<p>&nbsp;</p>
-<center><h1>NetSurf - the RISC OS web browser</h1></center>
+<center><h1 style="color: #f00">NetSurf - the RISC OS web browser</h1></center>
<p>&nbsp;</p>
- <p><i>NetSurf</i> is a new web browser for computers running <i>RISC OS</i>.
+ <p><i style="color: #f00">NetSurf</i> is a new web browser for computers running <i>RISC OS</i>.
This welcome page needs more work. In the mean time, why not visit the <a href="http://sourceforge.net/projects/netsurf/">SourceForge development area</a>?</p>
<p>To use <i>NetSurf</i>, type in a http:// or file:/ URL at the top of the window, then hit Return. Drag with Select or Adjust to highlight text; clicking Select clears any current selection. Click on a link with Select to follow it, or with Adjust to open it in a new window. Links are currently shown in bold and italic rather than the traditional underlined blue.</p>
<p>You can now quit <i>NetSurf</i> using the icon bar menu.</p>