maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH] Cosmetic fix: Use an arr ow instead of french q


From: David MENTRE
Subject: [Maposmatic-dev] [PATCH] Cosmetic fix: Use an arr ow instead of french quote to navigate in New map area
Date: Sat, 24 Mar 2012 19:14:57 +0100

* Also update CSS style to use bold font, as for "next" arrow.
---
 www/media/css/newmap.css          |    4 ++++
 www/templates/maposmatic/new.html |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/www/media/css/newmap.css b/www/media/css/newmap.css
index c59b785..f067c76 100644
--- a/www/media/css/newmap.css
+++ b/www/media/css/newmap.css
@@ -103,6 +103,10 @@ td.prev, td.next {
   vertical-align: top;
 }
 
+td.prev {
+  font-weight: bold;
+}
+
 td.next {
   font-weight: bold;
 }
diff --git a/www/templates/maposmatic/new.html 
b/www/templates/maposmatic/new.html
index 2ced84d..6fe925c 100644
--- a/www/templates/maposmatic/new.html
+++ b/www/templates/maposmatic/new.html
@@ -69,7 +69,7 @@
       <tr>
         <td class="prev">
           <a id="prevlink" class="navlink" href="javascript:loadPrevStep();"
-             title="{% trans "Back" %}">«</a>
+             title="{% trans "Back" %}">&larr;</a>
         </td>
         <td class="step">
 
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]