From c89a73370e51e0218a6a8b9dbfe34527c002fb22 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Fri, 21 Sep 2012 11:11:56 +0200 Subject: use img instead of background-image --- static/layout.css | 6 +----- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/static/layout.css b/static/layout.css index 4c64b5b..730d79f 100644 --- a/static/layout.css +++ b/static/layout.css @@ -8,10 +8,6 @@ body { } #header { - text-indent: -10000px; - background-image: url(/static/logo.png); - background-image: no-repeat; margin: 0 auto; - width: 450px; - height: 131px; + text-align: center; } diff --git a/templates/base.html b/templates/base.html index c28c8f4..22c16f0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,7 @@ -

Spline

+

Spline

{% if title %}

{{ title }}

-- cgit v1.2.3-1-g7c22