summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authortimb <timb@mb.local>2010-04-11 12:23:30 -0700
committertimb <timb@mb.local>2010-04-11 12:23:30 -0700
commite25c1aa942e11b3bcfd74d803f50796db14e47ff (patch)
treec3d9ba9b2373480327b640c7884dbcdb2da1efc5 /static/css
parent9afbb6ea197366010f520199102e16dc0748cf5d (diff)
youtube thumbz
Diffstat (limited to 'static/css')
-rwxr-xr-xstatic/css/header.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/css/header.css b/static/css/header.css
index 2caa474..5b3c023 100755
--- a/static/css/header.css
+++ b/static/css/header.css
@@ -323,3 +323,20 @@ img.thumb {
width: 16px;
display: block;
}
+
+a.youtube {
+ position: relative;
+}
+
+.youtube .youtube-thumb {
+ width: 130px;
+ height: 97px;
+ padding-bottom: 22px;
+ margin: 0;
+}
+.youtube .youtube-controls {
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ margin: 0;
+} \ No newline at end of file