Stylesheet change.

This commit is contained in:
Michael Save 2012-04-22 16:52:24 +10:00
parent c5678daa06
commit 54862246cd
5 changed files with 17 additions and 8 deletions

View file

@ -8,8 +8,10 @@
</head>
<body>
{{ boardlist.top }}
<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">
{% if news|count == 0 %}

View file

@ -8,7 +8,10 @@
</head>
<body>
<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">
{% if news|count == 0 %}

View file

@ -7,8 +7,10 @@
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
</head>
<body>
<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">
{% if news|count == 0 %}

View file

@ -9,8 +9,10 @@
</head>
<body>
{{ boardlist.top }}
<h1>{{ settings.title }}</h1>
<div class="title">{{ settings.subtitle }}</div>
<header>
<h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>
<div class="box-wrap">
<div class="box left">