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

@ -44,7 +44,7 @@ h2 {
header {
margin: 1em 0;
}
header h1 {
h1 {
font-family: tahoma;
letter-spacing: -2px;
font-size: 20pt;

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">