r8992 - /scripts/qa/templates/by_category

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 7 20:08:02 UTC 2007


Author: dmn
Date: Wed Nov  7 20:08:02 2007
New Revision: 8992

URL: http://svn.debian.org/wsvn/?sc=1&rev=8992
Log:
use DIVs for bts baloons; center the text

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=8992&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Wed Nov  7 20:08:02 2007
@@ -6,7 +6,7 @@
 
 [% BLOCK bts_link %]
 [% IF data.bts.$pkg.size %]
-<span class="bts-info popup"><a href="http://bugs.debian.org/$pkg"
+<div class="bts-info popup"><a href="http://bugs.debian.org/$pkg"
 >${data.bts.$pkg.size} bug[% IF data.bts.$pkg.size > 1 %]s[% END %]</a>
 <span class="paren">[</span>
 <table class="bts-info-details balloon">
@@ -28,7 +28,7 @@
 [% END #FOREACH %]
 </table>
 <span class="paren">]</span>
-</span>
+</div>
 [% END #IF bugs %]
 [% END #BLOCK bts_link %]
 
@@ -104,6 +104,7 @@
         }
 */
         .bts-info {
+            text-align: center;
             /*
             float: right;
             margin: 0 0 1pt 2pt;
@@ -173,6 +174,7 @@
         table.bts-info-details td {
             border: 0;
             vertical-align: top;
+            text-align: left;
         }
     </style>
     <script type="text/javascript">




More information about the Pkg-perl-cvs-commits mailing list