From cb03467aadaf0236f155d690736271bfae2062bd Mon Sep 17 00:00:00 2001 From: Lasse Borly Date: Thu, 22 Sep 2016 21:55:26 +0200 Subject: corrected some indentation --- static/css/styles.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 8795ded..9382c27 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -102,16 +102,16 @@ section#paginator #next { } .videoWrapper { - position: relative; - padding-bottom: 56.25%; /* 16:9 */ - padding-top: 25px; - height: 0; + position: relative; + padding-bottom: 56.25%; /* 16:9 */ + padding-top: 25px; + height: 0; margin: 10px; } .videoWrapper iframe { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; } -- cgit v1.2.3