From b9adc1d6c6ffe51843d957446ffb7ec8f743aaa5 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 27 Dec 2002 23:03:00 +0000 Subject: [project @ 2002-12-27 23:03:00 by bursa] Implement color property. svn path=/import/netsurf/; revision=69 --- !NetSurf/Resources/CSS | 2 +- !NetSurf/Resources/intro.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '!NetSurf') 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 @@ Welcome to NetSurf

 

-

NetSurf - the RISC OS web browser

+

NetSurf - the RISC OS web browser

 

-

NetSurf is a new web browser for computers running RISC OS. +

NetSurf is a new web browser for computers running RISC OS. This welcome page needs more work. In the mean time, why not visit the SourceForge development area?

To use NetSurf, 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.

You can now quit NetSurf using the icon bar menu.

-- cgit v1.2.3