[med-svn] r713 - in trunk/community/website: . inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sun Oct 14 14:18:11 UTC 2007
Author: hanska-guest
Date: 2007-10-14 14:18:11 +0000 (Sun, 14 Oct 2007)
New Revision: 713
Modified:
trunk/community/website/bugs.tmpl
trunk/community/website/inc/style.css
Log:
Fixing template (David, distinguish between local copies and remote ones!)
Adding "fixed" column style
Fixing serious/grave/critical style (font is now bold again)
Modified: trunk/community/website/bugs.tmpl
===================================================================
--- trunk/community/website/bugs.tmpl 2007-10-14 13:57:24 UTC (rev 712)
+++ trunk/community/website/bugs.tmpl 2007-10-14 14:18:11 UTC (rev 713)
@@ -44,9 +44,9 @@
</tr></div>
</table>
<h2><?=_("Fixed bugs")?></h2>
- <table class="messageHeaders">
+ <table class="bugs">
<div node="-rep:fixedlist"><tr>
- <td class="name"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
+ <td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
<td colspan="3"> </td>
</tr>
<tr node="rep:numbers">
Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css 2007-10-14 13:57:24 UTC (rev 712)
+++ trunk/community/website/inc/style.css 2007-10-14 14:18:11 UTC (rev 713)
@@ -423,6 +423,12 @@
text-align:center;
}
+table.bugs td.fixed{
+ margin:0em;
+ padding:0em;
+ text-align:center;
+}
+
table.bugs td.wishlist{
background-color:#80efeb;
}
@@ -445,14 +451,17 @@
table.bugs td.serious{
background-color:#fc9;
+ font-weight:bold;
}
table.bugs td.grave{
background-color:#fc9;
+ font-weight:bold;
}
table.bugs td.critical{
background-color:#fc9;
+ font-weight:bold;
}
.messageBody{
More information about the debian-med-commit
mailing list