diff options
Diffstat (limited to 'static/css/header.css')
| -rwxr-xr-x | static/css/header.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/css/header.css b/static/css/header.css index 4c64c72..bf2b0bd 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -328,3 +328,20 @@ image-rendering: -moz-crisp-edges; width: 27px; 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 |
