From 63b6455f7365507ce502369b738ecc09e54e25ed Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 13 Apr 2003 12:50:10 +0000 Subject: [project @ 2003-04-13 12:50:10 by bursa] style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124 --- !NetSurf/Resources/CSS,f79 | 5 +++-- !NetSurf/Resources/intro,faf | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to '!NetSurf/Resources') 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 & height) fetching
  • Memory cache
  • External CSS files
  • +
  • <style> element
  • In Progress

    @@ -37,7 +38,6 @@ fetching
  • Improved memory handling (currently exits when memory is exhausted)
  • Forms (display but don't submit)
  • Images (stand-alone JPEGs so far)
  • -
  • <style> element

  • -- cgit v1.2.3