diff --git a/www/css/style.css b/www/css/style.css index 08cdbee54d..178d5613f9 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -45,6 +45,16 @@ div.screenshot img { background-color: #dddddd; } +div.video { + text-align: center; +} + +div.video iframe { + padding: 20px; + border-radius: 10px; + background-color: #dddddd; +} + a { text-decoration: none; } diff --git a/www/header.php b/www/header.php index c8465c8fa6..74d291c277 100644 --- a/www/header.php +++ b/www/header.php @@ -15,7 +15,6 @@