diff options
author | DemoscenePassivist <[email protected]> | 2010-08-31 21:49:17 +0800 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-08-31 22:31:05 +0800 |
commit | 225d8a60d178522826ce31e219bc79d4a0438b4a (patch) | |
tree | a8991b09d578e89ef2687542f420367db9049621 /style.css | |
parent | ecbb7d1860942c18b3f481553898b9ba626269ee (diff) |
Fixed img width/height issue and converted html formatting into css
Diffstat (limited to 'style.css')
-rwxr-xr-x | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; } + |