Author: shankar
Date: Wed Dec 22 11:03:59 2010
New Revision: 1051834

URL: http://svn.apache.org/viewvc?rev=1051834&view=rev
Log:
including dl, dt, dd and hr as per the comment in AXIS2-4912

Modified:
    axis/axis2/java/core/trunk/src/site/resources/css/site.css

Modified: axis/axis2/java/core/trunk/src/site/resources/css/site.css
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/resources/css/site.css?rev=1051834&r1=1051833&r2=1051834&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/resources/css/site.css (original)
+++ axis/axis2/java/core/trunk/src/site/resources/css/site.css Wed Dec 22 
11:03:59 2010
@@ -231,6 +231,31 @@ table {
     background-position: left top;
 }
 
+dl {
+    background-color: transparent;
+    border: none;
+    padding: 0;
+}
+
+dt {
+    color: #333333;
+    font-weight: bolder;
+    margin-top: 1.5em;
+    margin-bottom: 1em;
+}
+
+dd {
+    border-left: 1px dotted black;
+    margin-left: 1em;
+    padding-left: 1em;
+}
+
+hr {
+    border: none;
+    height: 1px;
+    background-color: black;
+}
+
 pre, div.source {
     border: 1px dotted;
     background-color: #e2ecf6;


Reply via email to