You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2006/03/16 02:21:03 UTC

svn commit: r386234 - /db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/skinconf.xml

Author: arminw
Date: Wed Mar 15 17:21:03 2006
New Revision: 386234

URL: http://svn.apache.org/viewcvs?rev=386234&view=rev
Log:
add css extensions

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/skinconf.xml

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/skinconf.xml?rev=386234&r1=386233&r2=386234&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/skinconf.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/skinconf.xml Wed Mar 15 17:21:03 2006
@@ -189,6 +189,23 @@
         font-family: monospace;
     }
 
+    table.ojb {
+        background: #F5F5F5;
+        border: thin inset Silver;
+        border-collapse: collapse;
+
+    }
+    th.ojb {
+        border: thin inset Silver;
+        padding-left: 10px;
+        padding-right: 10px;
+    }
+    td.ojb {
+        border: thin inset Silver;
+        padding-left: 10px;
+        padding-right: 10px;
+    }
+
 
     .code {
         border-style: none;



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org