# HG changeset patch # User paulb # Date 1114906907 0 # Node ID d921221711d25ec9bac4f24c10d4341f6eaa8c83 # Parent c92687d495592d6e1987152800b03f7b702491a8 [project @ 2005-05-01 00:21:47 by paulb] Fixed the stylesheet and removed stray caption text. diff -r c92687d49559 -r d921221711d2 docs/features.html --- a/docs/features.html Sat Apr 30 22:32:56 2005 +0000 +++ b/docs/features.html Sun May 01 00:21:47 2005 +0000 @@ -15,7 +15,6 @@ in each server environment.

-Feature support and adopted implementations for the supported frameworks diff -r c92687d49559 -r d921221711d2 docs/styles.css --- a/docs/styles.css Sat Apr 30 22:32:56 2005 +0000 +++ b/docs/styles.css Sun May 01 00:21:47 2005 +0000 @@ -1,27 +1,26 @@ /* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */ body { background-color: white; - font-size: 12pt; } h1 { color: navy; font-family: sans-serif; - font-size: 20pt; + font-size: 2.0em; } h2 { color: navy; font-family: sans-serif; - font-size: 18pt; + font-size: 1.8em; } h3 { color: navy; font-family: sans-serif; - font-size: 16pt; + font-size: 1.6em; } h4 { color: navy; font-family: sans-serif; - font-size: 14pt; + font-size: 1.4em; } ul { list-style-type: disc; @@ -39,9 +38,6 @@ padding-right: 0.5em; } - th, td, caption { font-size: 12pt; - } - .explanation { border-style: dotted; border-width: 1px; padding: 0.25em;