summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-04-13 12:50:10 +0000
committerJames Bursa <james@netsurf-browser.org>2003-04-13 12:50:10 +0000
commit63b6455f7365507ce502369b738ecc09e54e25ed (patch)
tree52b677856ffad0793f0f3b7d1ab46d9768d30e8a /!NetSurf
parent120ef825e08eac5ac274449a2df53812073b560d (diff)
downloadnetsurf-63b6455f7365507ce502369b738ecc09e54e25ed.tar.gz
netsurf-63b6455f7365507ce502369b738ecc09e54e25ed.tar.bz2
[project @ 2003-04-13 12:50:10 by bursa]
style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f795
-rw-r--r--!NetSurf/Resources/intro,faf2
2 files changed, 4 insertions, 3 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 9bdc141d8..55400d14d 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -1,6 +1,6 @@
html { font-size: medium }
-address, blockquote, body, br, dd, div,
+address, blockquote, body, br, dd, div,
dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, html,
object, ol, p, ul,
@@ -19,7 +19,7 @@ col { display: table-column }
colgroup { display: table-column-group }
td, th { display: table-cell }
caption { display: table-caption }
-img { display:inline}
+img { color: #0b0; font-style: italic; }
h1 { font-size: xx-large; font-weight: bold; }
h2 { font-size: x-large; }
@@ -31,6 +31,7 @@ b, strong { font-weight: bold; }
i, em { font-style: italic; }
a { color: #00f; }
th { font-weight: bold; }
+td { text-align: left; }
hr { background-color: #000; height: 1px; }
diff --git a/!NetSurf/Resources/intro,faf b/!NetSurf/Resources/intro,faf
index b2edb88e7..e79aff807 100644
--- a/!NetSurf/Resources/intro,faf
+++ b/!NetSurf/Resources/intro,faf
@@ -30,6 +30,7 @@ text-align, float, width &amp; height)</li>
fetching</li>
<li>Memory cache</li>
<li>External CSS files</li>
+<li><em>&lt;style&gt;</em> element</li>
</ul>
<h2>In Progress</h2>
@@ -37,7 +38,6 @@ fetching</li>
<li>Improved memory handling (currently exits when memory is exhausted)</li>
<li>Forms (display but don't submit)</li>
<li>Images (stand-alone JPEGs so far)</li>
-<li><em>&lt;style&gt;</em> element</li>
</ul>
<hr>