[bvalid-codewatch] SF.net SVN: bvalid: [26] trunk/src/doc
Status: Beta
Brought to you by:
cwilper
|
From: <cw...@us...> - 2006-05-04 13:57:25
|
Revision: 26 Author: cwilper Date: 2006-05-04 06:57:12 -0700 (Thu, 04 May 2006) ViewCVS: http://svn.sourceforge.net/bvalid/?rev=26&view=rev Log Message: ----------- updated style Modified Paths: -------------- trunk/src/doc/index.html trunk/src/doc/style.css Modified: trunk/src/doc/index.html =================================================================== --- trunk/src/doc/index.html 2006-05-04 03:11:51 UTC (rev 25) +++ trunk/src/doc/index.html 2006-05-04 13:57:12 UTC (rev 26) @@ -11,8 +11,8 @@ <body> <div id="header"> <div id="title"> - <h2>BValid XML Validation API</h2> - <h2>User Guide</h2> + <h1>BValid XML Validation API<br/> + Version 0.8</h1> </div> </div> @@ -30,8 +30,6 @@ </div> </div> -<p> </p> - <div class="sec2"> <h2><a name="intro">1. Introduction</a></h2> <p> @@ -49,8 +47,6 @@ </p> </div> -<p> </p> - <div class="sec2"> <h2><a name="inst">2. Downloading and Installing</a></h2> <p> @@ -75,8 +71,6 @@ </p> </div> -<p> </p> - <div class="sec2"> <h2><a name="api">3. API Documentation</a></h2> <p> @@ -174,8 +168,6 @@ </div> -<p> </p> - <div class="sec2"> <h2><a name="cmdline">4. Command-Line Utility</a></h2> <p> @@ -216,8 +208,6 @@ -h, --help Print help and exit (exclusive option)</pre></div> </div> -<p> </p> - <div class="sec2"> <h2><a name="issues">5. Known Issues</a></h2> <ul> Modified: trunk/src/doc/style.css =================================================================== --- trunk/src/doc/style.css 2006-05-04 03:11:51 UTC (rev 25) +++ trunk/src/doc/style.css 2006-05-04 13:57:12 UTC (rev 26) @@ -12,11 +12,13 @@ } #header { - border-bottom: 1px solid; + border: 2px solid black; clear: both; margin-bottom: 10px; min-height: 70px; width: 100%; + background: khaki; + color: black; } #logo { @@ -77,12 +79,12 @@ #footer { border-top: 1px solid; - margin-top: 20px; + margin-top: 36px; padding-top: 8px; } #footer #copyright, #lastModified { - color: #4C7C8E; + color: black; } #footer #copyright { @@ -93,13 +95,13 @@ float: right; } -/* FIXME: Make these sort of match the Category4 stuff, - but still be appropriate for documentation */ - -h1, h2, h3 { - color: #4C7C8E; - margin-top: 4px; +h2, h3 { +/* color: #4C7C8E; */ + color: darkblue; + margin-top: 36px; +/* margin-top: 4px; */ margin-bottom: 4px; + border-bottom: dashed 1px #000000; } h4, h5 { @@ -110,10 +112,8 @@ } h1 { - font-size: 24pt; + font-size: 18pt; line-height: 110%; - padding-top: 8px; - padding-bottom: 4px; } h2 { @@ -144,13 +144,15 @@ } .code { - background: #ddddff; + background: khaki; + /* background: #ddddff; */ border: thin solid #000000; font-family: Lucida Console, Courier New, Courier, monospace; margin: 5px 5px 5px 5px; min-width: 600px; padding: 5px; white-space: pre; + font-size: 10pt; } .reference { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |