Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lasseborly/anybodyhome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Borly <contact@lasseborly.dk>2016-09-22 22:55:26 +0300
committerLasse Borly <contact@lasseborly.dk>2016-09-22 22:55:26 +0300
commitcb03467aadaf0236f155d690736271bfae2062bd (patch)
tree086fd63bc7c6872732d96f700ffa80b18ea7a812
parent58edeebecbe8957009027e6f238d3981d37d70a4 (diff)
corrected some indentation
-rw-r--r--static/css/styles.css18
1 files 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%;
}