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 { 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;

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

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