mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
Stylesheet change.
This commit is contained in:
parent
7fcb875bc2
commit
8d85101e26
@ -44,7 +44,7 @@ h2 {
|
|||||||
header {
|
header {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
header h1 {
|
h1 {
|
||||||
font-family: tahoma;
|
font-family: tahoma;
|
||||||
letter-spacing: -2px;
|
letter-spacing: -2px;
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
|
@ -8,8 +8,10 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ boardlist.top }}
|
{{ boardlist.top }}
|
||||||
<h1>{{ settings.title }}</h1>
|
<header>
|
||||||
<div class="title">{{ settings.subtitle }}</div>
|
<h1>{{ settings.title }}</h1>
|
||||||
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
<div class="ban">
|
<div class="ban">
|
||||||
{% if news|count == 0 %}
|
{% if news|count == 0 %}
|
||||||
|
@ -8,7 +8,10 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1>{{ settings.title }}</h1>
|
||||||
<div class="title">{{ settings.subtitle }}</div>
|
<header>
|
||||||
|
<h1>{{ settings.title }}</h1>
|
||||||
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
<div class="ban">
|
<div class="ban">
|
||||||
{% if news|count == 0 %}
|
{% if news|count == 0 %}
|
||||||
|
@ -7,8 +7,10 @@
|
|||||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
|
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{{ settings.title }}</h1>
|
<header>
|
||||||
<div class="title">{{ settings.subtitle }}</div>
|
<h1>{{ settings.title }}</h1>
|
||||||
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
<div class="ban">
|
<div class="ban">
|
||||||
{% if news|count == 0 %}
|
{% if news|count == 0 %}
|
||||||
|
@ -9,8 +9,10 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ boardlist.top }}
|
{{ boardlist.top }}
|
||||||
<h1>{{ settings.title }}</h1>
|
<header>
|
||||||
<div class="title">{{ settings.subtitle }}</div>
|
<h1>{{ settings.title }}</h1>
|
||||||
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
<div class="box-wrap">
|
<div class="box-wrap">
|
||||||
<div class="box left">
|
<div class="box left">
|
||||||
|
Loading…
Reference in New Issue
Block a user