summaryrefslogtreecommitdiffstats
path: root/planet2/config/stream-template.html
diff options
context:
space:
mode:
authorDemoscenePassivist <[email protected]>2010-08-31 21:49:17 +0800
committerMichael Bien <[email protected]>2010-08-31 22:31:05 +0800
commit225d8a60d178522826ce31e219bc79d4a0438b4a (patch)
treea8991b09d578e89ef2687542f420367db9049621 /planet2/config/stream-template.html
parentecbb7d1860942c18b3f481553898b9ba626269ee (diff)
Fixed img width/height issue and converted html formatting into css
Diffstat (limited to 'planet2/config/stream-template.html')
-rw-r--r--planet2/config/stream-template.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/planet2/config/stream-template.html b/planet2/config/stream-template.html
index 33df630..ee7b6ed 100644
--- a/planet2/config/stream-template.html
+++ b/planet2/config/stream-template.html
@@ -40,12 +40,12 @@
<div id="text">
<#list entries as entry>
<div>
- <table>
+ <table id="streams">
<tr>
- <td width=400>
+ <td class="streams_thumbs">
${entry.player}
</td>
- <td align="left" valign="center">
+ <td class="stream_stext">
<b>${entry.title}</b><br>
${entry.filteredDescription}
</td>