diff options
| author | Teddy Wing | 2013-04-28 12:55:08 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-28 12:55:08 -0400 |
| commit | d45be8d67a423d0bc101850c3ac30fbd0d668a65 (patch) | |
| tree | a8311e6a27c45ffece80e092ec4d758dbbdf283a /public/stylesheets/style.css | |
| parent | c96f4f998089589c698acabbf7ecfec93efb0a51 (diff) | |
| download | Who-am-I-d45be8d67a423d0bc101850c3ac30fbd0d668a65.tar.bz2 | |
Reduce video height
Diffstat (limited to 'public/stylesheets/style.css')
| -rw-r--r-- | public/stylesheets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 263452e..80bc127 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -4,7 +4,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb section.video { position: relative; padding-bottom: 56.25%; - padding-top: 25px; + padding-top: 0px; height: 0; z-index: 15; } |
