diff options
-rwxr-xr-x | css/style.css | 5 | ||||
-rwxr-xr-x | includes/inc_stream.php | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 05bb515..c7b08b3 100755 --- a/css/style.css +++ b/css/style.css @@ -255,6 +255,11 @@ body.ipodlist #footer, body.ipodlist #footer a { margin-top: 5px; } +.pageitem video { + border: 0; + margin-top: 5px; +} + .pageitem { -webkit-border-radius: 8px; background-color: #fff; diff --git a/includes/inc_stream.php b/includes/inc_stream.php index 215d107..0150797 100755 --- a/includes/inc_stream.php +++ b/includes/inc_stream.php @@ -43,7 +43,7 @@ if (infostreamexist()) $logopath = "logos/nologoMEDIA.png"; } - print " <center><video id=\"videofeed\" poster=\"{$logopath}\" width='80' height='80' /></center>\r\n"; + print " <center><video id=\"videofeed\" poster=\"{$logopath}\" /></center>\r\n"; print " </ul>\r\n"; |