]> mj.ucw.cz Git - pciids.git/commitdiff
imgs do not allow border attribute
authorMichal Vaner <vorner@ucw.cz>
Sun, 5 Oct 2008 10:40:02 +0000 (12:40 +0200)
committerMichal Vaner <vorner@ucw.cz>
Sun, 5 Oct 2008 10:40:02 +0000 (12:40 +0200)
PciIds/Html/Util.pm
index.html
static/common.css

index 633fe0a485fd22f1e64aea1c32c5c8c28bf4c978..8a5c80478bcd5d5104941bb5ac1e3fd6f63c4b6d 100644 (file)
@@ -61,7 +61,7 @@ sub genHtmlFooter( $$$ ) {
        }
        print '
 <div class="footer"><hr>
-<div class="campaign"><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=35833" width="88" height="31" border="0" alt="SourceForge"></a></div>
+<div class="campaign"><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=35833" width="88" height="31" alt="SourceForge"></a></div>
 <div class="campaign"><a href="http://www.anybrowser.org/campaign/"><img src="/static/anybrowser.png" width=88 height=31 alt="Best viewed with any browser."></a></div>
 <p class="maintain">
 Maintained by <a href="http://mj.ucw.cz/">Martin Mares</a> and <a href="http://vorner.pretel.cz/">Michal
index b6b21d423e2abd8487e956fc5d4afd384024005b..412818bc1e0437c4380843754592a9e82a8b2067 100644 (file)
@@ -74,7 +74,7 @@ first.</em>
 us know</a>.
 
 <div class="footer"><hr>
-<div class="campaign"><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=35833" width="88" height="31" border="0" alt="SourceForge"></a></div>
+<div class="campaign" id="sourceforge"><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=35833" width="88" height="31" alt="SourceForge"></a></div>
 <div class="campaign"><a href="http://www.anybrowser.org/campaign/"><img src="/static/anybrowser.png" width=88 height=31 alt="Best viewed with any browser."></a></div>
 <p class="maintain">
 Maintained by <a href="http://mj.ucw.cz/">Martin Mares</a> and <a href="http://vorner.pretel.cz/">Michal
index 740e0abf41f719281a71f89e5eea0e1b0f9b85f1..658fb8e462c4bf7aff686bd40b01cdcb91c9fb8f 100644 (file)
@@ -22,6 +22,10 @@ div.footer div.campaign
        margin: 0.2em;
        margin-top: 0.6em;
 }
+div#sourceforge img
+{
+       border: none;
+}
 input.text,
 input.password,
 textarea