design improvement
release 2.3
This commit is contained in:
parent
297bcd33da
commit
f12cd5761c
2 changed files with 20 additions and 5 deletions
|
@ -22,8 +22,12 @@ font.feature {
|
|||
#nav-bar {
|
||||
float: left;
|
||||
width: 14%;
|
||||
margin: 0.5%;
|
||||
padding-bottom: 1%;
|
||||
margin-right: 1%;
|
||||
margin-bottom: 1%;
|
||||
margin-left: 0.5%;
|
||||
margin-top: 0.5%;
|
||||
padding-right: 0.5%;
|
||||
padding-bottom: 0.5%;
|
||||
background-color: #c0c0b0;
|
||||
}
|
||||
|
||||
|
|
17
index.html
17
index.html
|
@ -15,7 +15,10 @@
|
|||
<div id="container">
|
||||
|
||||
<div id="oben">
|
||||
<div id="perm-nav"><a href="https://systemausfall.org">systemausfall.org</a></div>
|
||||
<div id="perm-nav">
|
||||
<a href="https://systemausfall.org">systemausfall.org</a> |
|
||||
<a href="https://systemausfall.org/toolforge">toolforge</a>
|
||||
</div>
|
||||
<h1 class="oben">ezmlm-web</h1>
|
||||
</div>
|
||||
|
||||
|
@ -54,6 +57,13 @@
|
|||
|
||||
<div id="news">
|
||||
|
||||
<font class="title">02005/06/10 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-2.3.tar.gz" title="download ezmlm-web 2.3">Version 2.3 released</a></font>
|
||||
<ul class="changes">
|
||||
<li>css style definitions</li>
|
||||
<li>subscriber's file upload fixed</li>
|
||||
<li>user permission handling fixed</li>
|
||||
</ul>
|
||||
|
||||
<font class="title">02005/01/26 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-2.2.tar.gz" title="download ezmlm-web 2.2">Version 2.2 released</a></font>
|
||||
<ul class="changes">
|
||||
<li>german translation</li>
|
||||
|
@ -175,8 +185,9 @@ system:</p>
|
|||
</ul>
|
||||
<p>If you are interested in the development code of <font class="ez">ezmlm-web</font>, then you may
|
||||
anonymously checkout the subversion repository at
|
||||
<a href="https://svn.systemausfall.org/svn/admin-tools/ezmlm-web">
|
||||
https://svn.systemausfall.org/svn/admin-tools/ezmlm-web</a>.</p>
|
||||
<a href="https://svn.systemausfall.org/svn/ezmlm-web">
|
||||
https://svn.systemausfall.org/svn/ezmlm-web</a>.</p>
|
||||
<p>You are also invited to use the project's <a href="https://systemausfall.org/trac/ezmlm-web" title="trac - out BTS">bug tracking system</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="push">
|
||||
|
|
Loading…
Reference in a new issue