[damned-lies] Make the 'Damned Lies' title text on the top-left be a link to the main page
- From: Gil Forcada Codinachs <gforcada src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Make the 'Damned Lies' title text on the top-left be a link to the main page
- Date: Sun, 18 Dec 2011 10:05:34 +0000 (UTC)
commit 455c4bf507e9e1ab0f41144de4246022868c52cc
Author: Gil Forcada <gforcada gnome org>
Date: Sat Dec 17 21:43:05 2011 +0100
Make the 'Damned Lies' title text on the top-left be a link to the main page
media/css/layout.css | 4 ++++
templates/base.html | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/media/css/layout.css b/media/css/layout.css
index 1fd824e..f58241e 100644
--- a/media/css/layout.css
+++ b/media/css/layout.css
@@ -360,7 +360,11 @@ ul.toc li a:hover {
margin-left: 85px;
padding-top: 25px;
font-size: 200%;
+}
+
+#header h1 a:visited, #header h1 a:hover, #header h1 a {
color: #eeeeec;
+ text-decoration: none;
}
#tabs {
diff --git a/templates/base.html b/templates/base.html
index b1e70db..c4c4dad 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -30,7 +30,7 @@
<li id="siteaction-gnome_community"><a href="http://www.gnome.org/community/">{% trans "Community" %}</a></li>
</ul>
<div id="header">
- <h1>{% trans "Damned Lies" %}</h1>
+ <h1><a href="{% url home %}">{% trans "Damned Lies" %}</a></h1>
<div id="tabs">
<ul id="portal-globalnav">
<li
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]