From ea79d284625af50707b7b637d9ee8e8e672a6c19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Fri, 15 Aug 2008 02:32:00 +0200 Subject: [PATCH] Changed some styles. --- media/css/master.css | 6 +++--- templates/auth/login.html | 2 ++ templates/catalogue/book_list.html | 7 ++++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/media/css/master.css b/media/css/master.css index 78fc0ed35..3fa1655ea 100644 --- a/media/css/master.css +++ b/media/css/master.css @@ -24,9 +24,9 @@ input { } h1 { - font: normal normal bold 2em Arial, sans-serif; + font: normal normal bold 1.75em Arial, sans-serif; color: #2F4110; - margin: 0.5em 0 0 0; + margin: 1em 0 0 0; } h2 { @@ -332,7 +332,7 @@ em { /* ======================== */ /* = Alphabetic book list = */ /* ======================== */ -#book-a-list ol { +#book-a-list #book-list ol { padding: 0; margin: 0.3em 0 1.2em 0; list-style: none; diff --git a/templates/auth/login.html b/templates/auth/login.html index 02c20b223..dcacd8155 100644 --- a/templates/auth/login.html +++ b/templates/auth/login.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% block body %} +

Zaloguj / Zarejestruj

+
    {{ form.as_ul }} diff --git a/templates/catalogue/book_list.html b/templates/catalogue/book_list.html index 33a46cee3..19bddcc7b 100644 --- a/templates/catalogue/book_list.html +++ b/templates/catalogue/book_list.html @@ -3,6 +3,8 @@ {% block bodyid %}book-a-list{% endblock %} +{% block title %}Alfabetyczny spis utworów w WolneLektury.pl{% endblock %} + {% block extrahead %}