From 6a687d3381fa19243ab2f812130f2cf928814dd4 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 7 Aug 2017 15:33:34 +0300 Subject: Fix logo homepage link --- static/css/main.css | 9 +++++++-- templates/base.html | 10 ++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 57d46bc..4560790 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,8 +1,13 @@ -h1 img { +a.title { + text-decoration: none; + color: black; +} + +a.title h1 img { height: 1.4em; } -h1 span { +a.title h1 span { vertical-align: top; } diff --git a/templates/base.html b/templates/base.html index a5cce9f..8c26bcc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,10 +21,12 @@
-

- - postmarketOS -

+ +

+ + postmarketOS +

+