[damned-lies: 3/13] Homepage changes for damned-lies theme



commit 61c696977078cabbdc07ca472176132408908dff
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Mon Aug 6 16:43:13 2012 +0300

    Homepage changes for damned-lies theme
    
    Added tha same logo as wgo and shadow under the homepage text on top.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681167

 media/newcss/template.css |    4 ++--
 media/newimg/newfoot.png  |  Bin 0 -> 4414 bytes
 templates/base.html       |    2 +-
 templates/index.html      |    4 +++-
 4 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/media/newcss/template.css b/media/newcss/template.css
index ec61aa6..fcc3a1d 100644
--- a/media/newcss/template.css
+++ b/media/newcss/template.css
@@ -133,7 +133,7 @@ a:visited {
     line-height: 54px;
     color: #2e3436;
     font-family: "Copse";
-    font-weight: normal;
+    font-weight: bold;
     text-shadow: 0 1px 0 #fff;
     float: left;
 }
@@ -175,7 +175,7 @@ a:visited {
     list-style: none;
     display: block;
     float: left;
-    margin: 34px 0 16px 20px;
+    margin: 52px 0 16px 20px;
     vertical-align: middle;
 }
 #globalnav li {
diff --git a/media/newimg/newfoot.png b/media/newimg/newfoot.png
new file mode 100644
index 0000000..436cc24
Binary files /dev/null and b/media/newimg/newfoot.png differ
diff --git a/templates/base.html b/templates/base.html
index 95d673a..fa745ad 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -41,7 +41,7 @@
 
         <div class="maxwidth">
 
-            <h1><a href="{% url 'home' %}" title="{% trans "Back to Damned Lies home page" %}"><img src="{{ MEDIA_URL }}newimg/foot.png" alt="GNOME" /> {% trans "Damned Lies" %}</a></h1>
+            <h1><a href="{% url 'home' %}" title="{% trans "Back to Damned Lies home page" %}"><img src="{{ MEDIA_URL }}newimg/newfoot.png" alt="GNOME" /> {% trans "Damned Lies" %}</a></h1>
 
             <ul id="globalnav">
                 <li{% if pageSection == "home" %} class="active"{% endif %}><a href="{% url 'home' %}" title="{% trans "Back to Damned Lies home page" %}"><span>{% trans "Home" %}</span></a></li>
diff --git a/templates/index.html b/templates/index.html
index 811badd..627be77 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -7,12 +7,14 @@
 {% block content %}
 <div class="mainpage">
     <div class="columns">
-        
+
         <div class="bloc content first offset_one">
             <p class="main_feature" style="text-align: center;">{% trans "Damned Lies is the Web application used to manage the localisation (l10n) of the GNOME project." %}
 <em><a href="{% url 'about' %}">{% trans "Moreâ" %}</a></em></p>
         </div>
         
+		<hr class="bottom_shadow">
+
         <div class="bloc half first">
           <h2><a href="{% url 'teams' %}">{% trans "Teams" %}</a></h2>
           <p>{% trans "List of all GNOME Translation Teams, with full information such as primary contact (coordinator), web pages and mailing list information." %}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]