You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sh...@apache.org on 2010/12/22 10:16:23 UTC

svn commit: r1051799 - in /axis/axis2/java/core/trunk/src/site/resources: css/site.css images/home-top.gif images/menu-back.gif

Author: shankar
Date: Wed Dec 22 09:16:19 2010
New Revision: 1051799

URL: http://svn.apache.org/viewvc?rev=1051799&view=rev
Log:
Applying patch from AXIS2-4912

Added:
    axis/axis2/java/core/trunk/src/site/resources/images/home-top.gif   (with props)
    axis/axis2/java/core/trunk/src/site/resources/images/menu-back.gif   (with props)
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=1051799&r1=1051798&r2=1051799&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 09:16:19 2010
@@ -78,17 +78,28 @@ body {
 
     min-height: 100%; /* real browsers */
     width: 980px;
+    background-image: url(../images/home-top.gif);
+    background-position: left top;
+    background-repeat: repeat-x;
 }
 
 #breadcrumbs {
+    background-image: url(../images/menu-back.gif);
+    background-position: left top;
+    background-repeat: repeat-x;
+    border-bottom: solid 1px #d4d4d4;
+    height: 28px;
     font-size: 0.8em;
     background-color: transparent;
-    border-top: 2px solid #6895c2;
-    border-bottom: 2px solid #6895c2;
+    border: 1px solid #6895c2;
 }
 
+#banner{
+    margin-top:10px;
+}
 .xleft, #bannerLeft img {
     text-shadow: none;
+    margin-top:10px;
 }
 
 .xright, #bannerRight {
@@ -220,31 +231,6 @@ 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;
@@ -261,3 +247,12 @@ div.source pre {
     background-color: transparent;
     padding: none;
 }
+#footer{
+    background-color:#E9E9E9;
+    color:#828282;
+    left:0;
+    padding-top:10px;
+    text-indent:10px;
+    width:100%;
+    height:100px;
+}

Added: axis/axis2/java/core/trunk/src/site/resources/images/home-top.gif
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/resources/images/home-top.gif?rev=1051799&view=auto
==============================================================================
Binary file - no diff available.

Propchange: axis/axis2/java/core/trunk/src/site/resources/images/home-top.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: axis/axis2/java/core/trunk/src/site/resources/images/menu-back.gif
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/resources/images/menu-back.gif?rev=1051799&view=auto
==============================================================================
Binary file - no diff available.

Propchange: axis/axis2/java/core/trunk/src/site/resources/images/menu-back.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif