summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-01-03 22:19:39 +0000
committerJames Bursa <james@netsurf-browser.org>2003-01-03 22:19:39 +0000
commita44505817640bae4586eaeef6c842ff8cc5bf8f1 (patch)
treecbcc8a841fcfcec108e772808fa39968021e92fb /!NetSurf
parentce7db348639c02023ad507d81d7c102b8878a0f2 (diff)
downloadnetsurf-a44505817640bae4586eaeef6c842ff8cc5bf8f1.tar.gz
netsurf-a44505817640bae4586eaeef6c842ff8cc5bf8f1.tar.bz2
[project @ 2003-01-03 22:19:39 by bursa]
Table layout improvements. svn path=/import/netsurf/; revision=82
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS5
1 files changed, 3 insertions, 2 deletions
diff --git a/!NetSurf/Resources/CSS b/!NetSurf/Resources/CSS
index 4909b92e3..7fd4d299d 100644
--- a/!NetSurf/Resources/CSS
+++ b/!NetSurf/Resources/CSS
@@ -27,8 +27,9 @@ h3 { font-size: large; font-weight: bold; }
h4 { font-size: medium; font-weight: bold; }
h5 { font-size: medium; font-style: italic; }
h6 { font-size: medium; font-style: italic; }
-b { font-weight: bold; }
-i { font-style: italic; }
+b, strong { font-weight: bold; }
+i, em { font-style: italic; }
a { color: #00f; }
+th { font-weight: bold; }
center { text-align: center; }