You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2006/07/12 13:51:56 UTC

svn commit: r421250 - /jackrabbit/trunk/jackrabbit/src/site/xdoc/style/project.css

Author: tripod
Date: Wed Jul 12 04:51:55 2006
New Revision: 421250

URL: http://svn.apache.org/viewvc?rev=421250&view=rev
Log:
Adjusting styles

Modified:
    jackrabbit/trunk/jackrabbit/src/site/xdoc/style/project.css

Modified: jackrabbit/trunk/jackrabbit/src/site/xdoc/style/project.css
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/site/xdoc/style/project.css?rev=421250&r1=421249&r2=421250&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit/src/site/xdoc/style/project.css (original)
+++ jackrabbit/trunk/jackrabbit/src/site/xdoc/style/project.css Wed Jul 12 04:51:55 2006
@@ -11,7 +11,7 @@
 dd
     {
     padding: 0px;
-    margin-left: 16px;
+    margin-left: 0px;
     }
 
 h1,h2,h3,h4,h5,h6,pre,code
@@ -111,10 +111,6 @@
     border:none;
     }
 
-a
-    {
-    text-decoration: none;
-    }
 
 a:link
     {
@@ -391,11 +387,22 @@
     padding: 0px;
     }
 
+
 #bodyColumn code
     {
-    color: #4A4A33;
-    background: #EBEBEB;
-    border: 1px solid #EBEBEB;
+    color: #000000;
+    background: #E0E0E0;
+    border: 1px solid #E0E0E0;
     border-left: 4px;
     border-right: 4px;
+    }
+
+#bodyColumn a
+    {
+    text-decoration: underline;
+    }
+
+#bodyColumn a:hover
+    {
+    text-decoration: none;
     }