mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-21 13:09:41 +01:00
made the image header a little bit better in index theme
This commit is contained in:
parent
44dcbca6c9
commit
6f15b56b65
@ -34,14 +34,10 @@
|
|||||||
border: none;
|
border: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 250px;
|
min-height: 250px;
|
||||||
max-height: 600px;
|
max-height: 400px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;;
|
overflow-y: auto;;
|
||||||
}
|
}
|
||||||
.box.image h2 {
|
|
||||||
background: #9C6;
|
|
||||||
color: #060;
|
|
||||||
}
|
|
||||||
.box img {
|
.box img {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<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>
|
||||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
|
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
|
||||||
<link rel="stylesheet" media="screen" href="{{ config.root }}{{ settings.css }}"/>
|
<link rel="stylesheet" media="screen" href="{{ config.root }}{{ settings.css }}"/>
|
||||||
@ -62,8 +62,8 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
<h1>Recent Images</h1>
|
||||||
<div class="box image">
|
<div class="box image">
|
||||||
<h2>Recent Images</h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for post in recent_images %}
|
{% for post in recent_images %}
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user