ceki 2004/08/17 03:19:53
Modified: src/xdocs/stylesheets site.vsl
docs/css site.css
Log:
Site updates. (I am stil tinkering with the site.css)
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision Changes Path
1.12 +28 -23 logging-site/src/xdocs/stylesheets/site.vsl
Index: site.vsl
===================================================================
RCS file: /home/cvs/logging-site/src/xdocs/stylesheets/site.vsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- site.vsl 13 Aug 2004 18:19:44 -0000 1.11
+++ site.vsl 17 Aug 2004 10:19:53 -0000 1.12
@@ -116,28 +116,33 @@
## getProjectImage
## ====================================
#macro (getProjectImage)
- <div class="banner">
- #if ($project.getChild("logo"))
- <a href="http://logging.apache.org">
- <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/>
- </a>
- #set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
- #if ( $logoString.startsWith("/") )
- <a href="$project.getAttributeValue("href")">
- <img style="float: right" src="$relativePath$logoString"
- alt="$project.getChild("logo").getText()" border="0"/>
- </a>
- #else
- <a href="$project.getAttributeValue("href")">
- <img style="float: right" src="$relativePath/$logoString"
alt="$project.getChild("logo").getText()" border="0"/>
- </a>
- #end
- #else
- <a href="http://logging.apache.org">
- <img src="http://logging.apache.org/images/ls-logo.jpg" align="left"
border="0"/>
- </a>
- #end
- </div>
+ ##<div class="banner">
+ ##<table class="banner" width="100%" border="0">
+ <table class="banner" border="0">
+ <tr>
+ <td valign="top">
+ <a href="http://logging.apache.org/">
+ <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/>
+ </a>
+ </td>
+ <td align="right">
+ #if ($project.getChild("logo"))
+ #set ( $logoString =
$project.getChild("logo").getAttributeValue("href") )
+ #if ( $logoString.startsWith("/") )
+ <a href="$project.getAttributeValue("href")">
+ <img src="$relativePath$logoString"
+ alt="$project.getChild("logo").getText()" border="0"/>
+ </a>
+ #else
+ <a href="$project.getAttributeValue("href")">
+ <img src="$relativePath/$logoString"
alt="$project.getChild("logo").getText()" border="0"/>
+ </a>
+ #end
+ #end
+ </td>
+ </tr>
+ </table>
+ ##</div>
#end
#macro (printMeta $metaElement)
@@ -199,7 +204,7 @@
#end
#macro (document)
- set ($properties = $root.getChild("properties") )
+ #set ($properties = $root.getChild("properties") )
<!-- ====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<!-- Main Page Section -->
1.9 +3 -1 logging-site/docs/css/site.css
Index: site.css
===================================================================
RCS file: /home/cvs/logging-site/docs/css/site.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- site.css 13 Aug 2004 18:19:44 -0000 1.8
+++ site.css 17 Aug 2004 10:19:53 -0000 1.9
@@ -30,8 +30,10 @@
position: absolute;
left: 10px;
top: 10px;
- /* width: 900px; */
+ height: 100px;
+ width: 1000px;
}
+
.menu_header, .menu_item {
/* width: 190px; */
font-family: "trebuchet MS", Arial, Helvetica, sans-serif;