Merge pull request #23 from selcal/patch-1

Tiny fix for background images in lainchan's radio.html page.
This commit is contained in:
kalyx 2015-09-04 13:34:56 -05:00
commit 64bc6024b4

View File

@ -1,6 +1,6 @@
{% filter remove_whitespace %}
<!DOCTYPE html>
<html>
<html style="height:100vh; width:100%;">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{{ settings.title }}</title>
@ -9,7 +9,7 @@
<link rel="stylesheet" media="screen" href="/stylesheets/cyberpunk.css"/>
<link rel="stylesheet" href="/stylesheets/font-awesome/css/font-awesome.min.css">
</head>
<body style="background-image: url(/bg.php)">
<body style="background-image: url(/bg.php); background-size:cover; background-repeat:no-repeat; height:100vh; width: inherit; margin:none; padding:none; overflow-x:hidden; overflow-y:hidden;">
<div class="bar top">
{{ boardlist.top }}
</div>