[Yanel-commits] rev 31596 - public/yanel/trunk/src/resources/from-scratch-resource-template/yanel-htdocs/doc

michi at wyona.com michi at wyona.com
Mon Feb 11 14:31:58 CET 2008


Author: michi
Date: 2008-02-11 14:31:58 +0100 (Mon, 11 Feb 2008)
New Revision: 31596

Modified:
   public/yanel/trunk/src/resources/from-scratch-resource-template/yanel-htdocs/doc/index.html
Log:
style added

Modified: public/yanel/trunk/src/resources/from-scratch-resource-template/yanel-htdocs/doc/index.html
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/yanel-htdocs/doc/index.html	2008-02-11 13:23:05 UTC (rev 31595)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/yanel-htdocs/doc/index.html	2008-02-11 13:31:58 UTC (rev 31596)
@@ -1,9 +1,39 @@
 <html>
   <head>
     <title>from-scratch</title>
+
+<!-- TODO: Reference this style globally -->
+    <style>
+h2 {
+  font-size: 130%;
+  color:     #ffffff;
+  background-color: #525D76;
+}
+pre {
+  background-color: efefef;
+}
+td {
+  background-color: eeeeee;
+  color:            000000;
+}
+
+/* first row */
+table tr:first-child td {
+  background-color: cccccc;
+  color:            000000;
+}
+
+/* or th as first row */
+table th {
+  background-color: cccccc;
+  color:            000000;
+}
+    </style>
   </head>
   <body>
     <h1>from-scratch</h1>
+
+    <h2>Overview</h2>
     <dl>
       <dt>Name:</dt>
       <dd>from-scratch</dd>
@@ -16,5 +46,11 @@
       <dt>Java Class:</dt>
       <dd>bar.foo.yanel.impl.resources.FromScratchResource</dd>
     </dl>
+
+    <h2>Overview</h2>
+    <p>TODO</p>
+
+    <h2>Examples</h2>
+    <p>TODO</p>
   </body>
 </html>



More information about the Yanel-commits mailing list