summaryrefslogtreecommitdiffstats
path: root/style.css
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 /style.css
parentecbb7d1860942c18b3f481553898b9ba626269ee (diff)
Fixed img width/height issue and converted html formatting into css
Diffstat (limited to 'style.css')
-rwxr-xr-xstyle.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index bf309bf..1b308d9 100755
--- a/style.css
+++ b/style.css
@@ -48,4 +48,8 @@ body {padding:15px 20px; margin:0; background: #f5f5f5; font-family: "Trebuchet
#footer_right {float:right; padding:13px 30px 0 0;}
+td.streams_text { text-align: left; vertical-align: middle; }
+td.streams_thumbs { width:400px; }
+#streams img { width:120px; height:90px; }
+