Removed border radius from flash mp3 player
[mirrors/JukeBox.git] / index.php
index 08e8329a9c604030891017b76d829410bc5784cc..288d031764fcb262cbc1fcd376d6301e9b375872 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -223,10 +223,11 @@ function render_tr_playframe_show() {
        if($GLOBALS['flash_player_frame'] == 'playframe-show' && $GLOBALS['useflash']) { ?>
 <tr id="playframe-tr">
 <td><a href="?blank" target="playframe-show" title="Stop playback" class="icon ifstop">S</a></td>
-<td colspan="100%">
+<td colspan="100%" class="noradius nomarpad">
 <iframe
 src="?blank"
 name="playframe-show"
+class="noradius nomarpad"
 width="100%"
 height="24"
 style="border:none;"
This page took 0.091851 seconds and 4 git commands to generate.