Merge pull request #23 from selcal/patch-1
Tiny fix for background images in lainchan's radio.html page.
This commit is contained in:
commit
64bc6024b4
@ -1,6 +1,6 @@
|
|||||||
{% filter remove_whitespace %}
|
{% filter remove_whitespace %}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html style="height:100vh; width:100%;">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||||
<title>{{ settings.title }}</title>
|
<title>{{ settings.title }}</title>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
<link rel="stylesheet" media="screen" href="/stylesheets/cyberpunk.css"/>
|
<link rel="stylesheet" media="screen" href="/stylesheets/cyberpunk.css"/>
|
||||||
<link rel="stylesheet" href="/stylesheets/font-awesome/css/font-awesome.min.css">
|
<link rel="stylesheet" href="/stylesheets/font-awesome/css/font-awesome.min.css">
|
||||||
</head>
|
</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">
|
<div class="bar top">
|
||||||
{{ boardlist.top }}
|
{{ boardlist.top }}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user