r17729 - in /scripts/qa/templates: by_category default.css

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Mar 17 03:38:08 UTC 2008


Author: tincho-guest
Date: Mon Mar 17 03:38:07 2008
New Revision: 17729

URL: http://svn.debian.org/wsvn/?sc=1&rev=17729
Log:
Make the (browse) link have a css style and look like the other additional links

Modified:
    scripts/qa/templates/by_category
    scripts/qa/templates/default.css

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=17729&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Mon Mar 17 03:38:07 2008
@@ -188,7 +188,7 @@
                 pkg.watch.upstream_mangled
             %]</a>[% ELSE %][% pkg.watch.error %][% END %]
             [% IF pkg.watch.upstream_dir %]
-            (<a href="$pkg.watch.upstream_dir">browse</a>)
+            <a href="$pkg.watch.upstream_dir" class="watch-up-dir">(browse)</a>
             [% END %]
             [% IF pkg.hilight.upstream %]
             [% IF pkg.watch.error %]

Modified: scripts/qa/templates/default.css
URL: http://svn.debian.org/wsvn/scripts/qa/templates/default.css?rev=17729&op=diff
==============================================================================
--- scripts/qa/templates/default.css (original)
+++ scripts/qa/templates/default.css Mon Mar 17 03:38:07 2008
@@ -141,6 +141,9 @@
 .watch-cp-info {
     font-size: smaller;
 }
+.watch-up-dir {
+    font-size: smaller;
+}
 #options {
     float: left;
     padding: .5em;




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