[Cdd-commits] r1194 - in cdd/trunk/webtools: inc templates

CDD Subversion Commit noreply at alioth.debian.org
Sun Nov 2 08:32:57 UTC 2008


Author: tille
Date: Sun Nov  2 08:32:57 2008
New Revision: 1194

Modified:
   cdd/trunk/webtools/inc/style.css
   cdd/trunk/webtools/templates/bugs.xhtml
Log:
Proper display of explanation footnote


Modified: cdd/trunk/webtools/inc/style.css
==============================================================================
--- cdd/trunk/webtools/inc/style.css	(original)
+++ cdd/trunk/webtools/inc/style.css	Sun Nov  2 08:32:57 2008
@@ -737,3 +737,13 @@
 	padding:0em;
 	margin:0.75em 0em;
 }
+
+div.footnotecontent{
+	font:75% sans-serif;
+	font-style:italic;
+	text-align: left;
+	text-indent: -1em;
+	padding:0em;
+	margin-left: 1em;
+	border-top:1px solid #CCC;
+}

Modified: cdd/trunk/webtools/templates/bugs.xhtml
==============================================================================
--- cdd/trunk/webtools/templates/bugs.xhtml	(original)
+++ cdd/trunk/webtools/templates/bugs.xhtml	Sun Nov  2 08:32:57 2008
@@ -110,14 +110,14 @@
   ${tasks[task].metapkg.PrintedName.capitalize()} has no known nbugs =
   ${nbugs[task]}  ndone = ${ndone[task]}</h2></span>
 </span>
-<div id="footer">
-  ${weightexplanation}
+<div class="footnotecontent">
+  <sup>*</sup>${weightexplanation}
 </div>
 		</div>
 	</td>
 </tr>
 </table>
-<div id="footer">
+<div class="footnote">
   <address>${updatetimestamp}</address>
 </div>
 </body>



More information about the Cdd-commits mailing list