[cxml-cvs] CVS cxml/doc

dlichteblau dlichteblau at common-lisp.net
Mon Jan 23 21:53:24 UTC 2006


Update of /project/cxml/cvsroot/cxml/doc
In directory common-lisp:/tmp/cvs-serv24521/doc

Modified Files:
	cxml.css dom.html installation.html quickstart.html using.html 
	xmls-compat.html 
Log Message:
header


--- /project/cxml/cvsroot/cxml/doc/cxml.css	2005/12/30 20:47:32	1.4
+++ /project/cxml/cvsroot/cxml/doc/cxml.css	2006/01/23 21:53:24	1.5
@@ -1,5 +1,26 @@
 div.sidebar {
   float: right;
+  min-width: 15%;
+  padding: 0pt 5pt 5pt 5pt;
+  font-family: helvetica;
+}
+
+div.sidebar-title {
+  font-weight: bold;
+  background-color: #9c0000;
+  border: solid #9c0000;
+  border-top-width: 1px;
+  border-bottom-width: 0px;
+  border-left-width: 4px;
+  border-right-width: 0px;
+  margin: 0em 2pt 1px 2em;
+}
+
+div.sidebar-title a {
+  color: #ffffff;
+}
+
+div.sidebar-main {
   background-color: #eeeeee;
   border: solid #9c0000;
   border-top-width: 0px;
@@ -7,9 +28,8 @@
   border-left-width: 4px;
   border-right-width: 0px;
   margin: 0em 2pt 1em 2em;
-  min-width: 15%;
-  padding: 0pt 5pt 5pt 5pt;
-  font-family: helvetica;
+  padding-top: 2px;
+  padding-left: 2px;
 }
 
 div.sidebar ul.main {
--- /project/cxml/cvsroot/cxml/doc/dom.html	2005/12/30 16:08:25	1.7
+++ /project/cxml/cvsroot/cxml/doc/dom.html	2006/01/23 21:53:24	1.8
@@ -7,9 +7,10 @@
   </head>
   <body>
     <div class="sidebar">
-      <p>
-	<a href="../README.html">CXML Homepage</a>
-      </p>
+      <div class="sidebar-title">
+	<a href="README.html">Closure XML</a>
+      </div>
+      <div class="sidebar-main">
       <ul class="main">
 	<li>
           <a href="installation.html">Installing Closure XML</a>
@@ -53,6 +54,7 @@
           </ul>
         </li>
       </ul>
+      </div>
     </div>
 
     <h1>The DOM implementation</h1>
--- /project/cxml/cvsroot/cxml/doc/installation.html	2005/12/30 16:08:25	1.9
+++ /project/cxml/cvsroot/cxml/doc/installation.html	2006/01/23 21:53:24	1.10
@@ -7,9 +7,10 @@
   </head>
   <body>
     <div class="sidebar">
-      <p>
-	<a href="../README.html">CXML Homepage</a>
-      </p>
+      <div class="sidebar-title">
+	<a href="README.html">Closure XML</a>
+      </div>
+      <div class="sidebar-main">
       <ul class="main">
 	<li>
           <a href="installation.html">Installing Closure XML</a>
@@ -53,6 +54,7 @@
           </ul>
         </li>
       </ul>
+      </div>
     </div>
     <h1>Installation of Closure XML</h1>
 
--- /project/cxml/cvsroot/cxml/doc/quickstart.html	2005/12/30 16:08:25	1.6
+++ /project/cxml/cvsroot/cxml/doc/quickstart.html	2006/01/23 21:53:24	1.7
@@ -7,9 +7,10 @@
   </head>
   <body>
     <div class="sidebar">
-      <p>
-	<a href="../README.html">CXML Homepage</a>
-      </p>
+      <div class="sidebar-title">
+	<a href="README.html">Closure XML</a>
+      </div>
+      <div class="sidebar-main">
       <ul class="main">
 	<li>
           <a href="installation.html">Installing Closure XML</a>
@@ -53,6 +54,7 @@
           </ul>
         </li>
       </ul>
+      </div>
     </div>
 
     <h1>Quick-Start Example</h1>
--- /project/cxml/cvsroot/cxml/doc/using.html	2005/12/30 16:08:25	1.13
+++ /project/cxml/cvsroot/cxml/doc/using.html	2006/01/23 21:53:24	1.14
@@ -7,9 +7,10 @@
   </head>
   <body>
     <div class="sidebar">
-      <p>
-	<a href="../README.html">CXML Homepage</a>
-      </p>
+      <div class="sidebar-title">
+	<a href="README.html">Closure XML</a>
+      </div>
+      <div class="sidebar-main">
       <ul class="main">
 	<li>
           <a href="installation.html">Installing Closure XML</a>
@@ -53,6 +54,7 @@
           </ul>
         </li>
       </ul>
+      </div>
     </div>
     <h1>Using the SAX parser</h1>
 
--- /project/cxml/cvsroot/cxml/doc/xmls-compat.html	2005/12/30 16:08:25	1.4
+++ /project/cxml/cvsroot/cxml/doc/xmls-compat.html	2006/01/23 21:53:24	1.5
@@ -7,9 +7,10 @@
   </head>
   <body>
     <div class="sidebar">
-      <p>
-	<a href="../README.html">CXML Homepage</a>
-      </p>
+      <div class="sidebar-title">
+	<a href="README.html">Closure XML</a>
+      </div>
+      <div class="sidebar-main">
       <ul class="main">
 	<li>
           <a href="installation.html">Installing Closure XML</a>
@@ -53,6 +54,7 @@
           </ul>
         </li>
       </ul>
+      </div>
     </div>
 
     <h1>XMLS Builder</h1>




More information about the Cxml-cvs mailing list