Author: aheritier
Date: Tue Jun 19 07:26:40 2007
New Revision: 548737
URL: http://svn.apache.org/viewvc?view=rev&rev=548737
Log:
update news layout
Modified:
maven/maven-1/core/trunk/xdocs/index.xml
maven/maven-1/core/trunk/xdocs/style/project.css
Modified: maven/maven-1/core/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/index.xml?view=diff&rev=548737&r1=548736&r2=548737
==============================================================================
--- maven/maven-1/core/trunk/xdocs/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/index.xml Tue Jun 19 07:26:40 2007
@@ -28,8 +28,9 @@
<div id="newsbox">
<h5>Latest News</h5>
<dl>
- <dt><img src="./images/icon_info_sml.gif" alt="info"/> XX June 2007
- Maven 1.1 released!</dt>
+ <dt><img src="./images/icon_info_sml.gif" alt="info"/> Maven 1.1
released!</dt>
<dd>
+ <span id="date">XX June 2007</span>
<ul>
<li>
<a href="start/download.html">Download</a>
@@ -48,8 +49,9 @@
</dl>
<dl>
<dt>
- <img src="./images/icon_info_sml.gif" alt="info"/> 23th May 2007 -
New plugin releases</dt>
+ <img src="./images/icon_info_sml.gif" alt="info"/> New plugin
releases</dt>
<dd>
+ <span id="date">23th May 2007</span>
<ul>
<li>
<a href="http://maven.apache.org/maven-1.x/plugins/test/">test
plugin 1.8.2</a>
@@ -61,8 +63,9 @@
</dd>
</dl>
<dl>
- <dt><img src="./images/icon_info_sml.gif" alt="info"/> 11th May 2007
- Maven 1.1-RC1 released!</dt>
+ <dt><img src="./images/icon_info_sml.gif" alt="info"/> Maven 1.1-RC1
released!</dt>
<dd>
+ <span id="date">11th May 2007</span>
<ul>
<li>
<a href="start/download.html">Download</a>
@@ -81,8 +84,9 @@
</dl>
<dl>
<dt>
- <img src="./images/icon_info_sml.gif" alt="info"/> 8th May 2007 -
New plugin releases</dt>
+ <img src="./images/icon_info_sml.gif" alt="info"/> New plugin
releases</dt>
<dd>
+ <span id="date">8th May 2007</span>
<ul>
<li>
<a
href="http://maven.apache.org/maven-1.x/plugins/artifact/">artifact plugin
1.9</a>
Modified: maven/maven-1/core/trunk/xdocs/style/project.css
URL:
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/style/project.css?view=diff&rev=548737&r1=548736&r2=548737
==============================================================================
--- maven/maven-1/core/trunk/xdocs/style/project.css (original)
+++ maven/maven-1/core/trunk/xdocs/style/project.css Tue Jun 19 07:26:40 2007
@@ -53,6 +53,12 @@
color: red;
}
+#newsbox #date {
+ display: block;
+ text-align: right;
+ font-size: smaller
+}
+
dt {
padding: 4px 4px 4px 24px;
color: #000;