Author: veithen
Date: Thu Dec 23 21:52:19 2010
New Revision: 1052384
URL: http://svn.apache.org/viewvc?rev=1052384&view=rev
Log:
Fixed incorrect vertical alignment in breadcrumbs.
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=1052384&r1=1052383&r2=1052384&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 Thu Dec 23
21:52:19 2010
@@ -88,7 +88,6 @@ body {
background-position: left top;
background-repeat: repeat-x;
border-bottom: solid 1px #d4d4d4;
- height: 28px;
font-size: 0.8em;
background-color: transparent;
border: 1px solid #6895c2;
@@ -97,13 +96,19 @@ body {
#banner{
margin-top:10px;
}
-.xleft, #bannerLeft img {
+
+#bannerLeft img {
+ margin-top: 10px;
+}
+
+.xleft {
text-shadow: none;
- margin-top:10px;
+ margin: 0.4em;
}
-.xright, #bannerRight {
+.xright {
text-shadow: none;
+ margin: 0.4em;
}
#leftColumn {