[damned-lies] Nuked annoying extra spaces
- From: Gil Forcada Codinachs <gforcada src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Nuked annoying extra spaces
- Date: Sun, 30 Sep 2012 19:13:52 +0000 (UTC)
commit c0356fb611ed625747b7632fe3b81f523116f9dc
Author: Gil Forcada <gforcada gnome org>
Date: Sun Sep 30 21:06:08 2012 +0200
Nuked annoying extra spaces
languages/management/commands/load-plurals.py | 2 +-
media/css/rtl.css | 15 +++++++--------
media/css/text.css | 2 +-
media/js/main.js | 2 +-
po/README.translators | 4 ++--
stats/tests/help_docbook/C/release-notes.xml | 2 +-
templates/index.html | 2 +-
templates/people/person_overview.html | 6 +++---
templates/release_detail.html | 2 +-
templates/teams/team_base.html | 4 ++--
templates/teams/team_detail.html | 8 ++++----
11 files changed, 24 insertions(+), 25 deletions(-)
---
diff --git a/languages/management/commands/load-plurals.py b/languages/management/commands/load-plurals.py
index 4b7ac52..0e6ff00 100644
--- a/languages/management/commands/load-plurals.py
+++ b/languages/management/commands/load-plurals.py
@@ -119,7 +119,7 @@ class Command(BaseCommand):
def handle(self, *args, **options):
""" Load known plural forms for existing languages """
-
+
for locale in plurals:
try:
lang = Language.objects.get(locale=locale)
diff --git a/media/css/rtl.css b/media/css/rtl.css
index d20f8f5..5db41f3 100644
--- a/media/css/rtl.css
+++ b/media/css/rtl.css
@@ -6,10 +6,10 @@ body {
float:left;
}
-.stats th {
- text-align: right;
+.stats th {
+ text-align: right;
padding-right: 2px;
- padding-left: 2px;
+ padding-left: 2px;
}
.stats td {
@@ -17,7 +17,7 @@ body {
padding-left: 2px;
}
-.stats td.left {
+.stats td.left {
text-align: right;
}
@@ -26,12 +26,12 @@ body {
}
div.translated {
- right: 0%;
+ right: 0%;
}
div.maintainer {
- padding-right: 85px;
- background-position: top right;
+ padding-right: 85px;
+ background-position: top right;
}
div.mainpage {
@@ -83,4 +83,3 @@ img.people {
.person_detail .txt {
margin-right: 95px;
}
-
diff --git a/media/css/text.css b/media/css/text.css
index fe510e2..667947e 100644
--- a/media/css/text.css
+++ b/media/css/text.css
@@ -28,7 +28,7 @@ dt {
color: #E36615;
}
dt a:hover {
- color: #fa7721;
+ color: #fa7721;
}
h4 {
font-size: 16px;
diff --git a/media/js/main.js b/media/js/main.js
index 31b7d0f..d44e1ad 100644
--- a/media/js/main.js
+++ b/media/js/main.js
@@ -20,7 +20,7 @@ function showHideCompleted() {
}
}
}
-
+
var hide = document.getElementById("hide");
var show = document.getElementById("show");
diff --git a/po/README.translators b/po/README.translators
index f47d602..73a815e 100644
--- a/po/README.translators
+++ b/po/README.translators
@@ -6,7 +6,7 @@ for a new language, pick the respective po/pot file
through the Damned-Lies web interface.
http://l10n.gnome.org/module/damned-lies
-For the curious, the pot file is generated with a special
+For the curious, the pot file is generated with a special
wrapper script ('python manage.py update-trans en') and it needs
-a running Damned-Lies instance to get all strings (some are
+a running Damned-Lies instance to get all strings (some are
in the database).
diff --git a/stats/tests/help_docbook/C/release-notes.xml b/stats/tests/help_docbook/C/release-notes.xml
index 47cd3d1..a017627 100644
--- a/stats/tests/help_docbook/C/release-notes.xml
+++ b/stats/tests/help_docbook/C/release-notes.xml
@@ -51,7 +51,7 @@
<sect1 id="intro">
<title>Introduction</title>
- <para><ulink url="http://live.gnome.org/JoinGnome">Join us today</ulink> and see what
+ <para><ulink url="http://live.gnome.org/JoinGnome">Join us today</ulink> and see what
a difference you can make.</para>
</sect1>
diff --git a/templates/index.html b/templates/index.html
index 627be77..d669880 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -12,7 +12,7 @@
<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">
diff --git a/templates/people/person_overview.html b/templates/people/person_overview.html
index 433b968..0c9a1ac 100644
--- a/templates/people/person_overview.html
+++ b/templates/people/person_overview.html
@@ -11,10 +11,10 @@
<img src="/media/img/nobody.png" alt="" />
{% endif %}
</div>
-
+
<div class="txt">
<a class="name" href="{{ person.get_absolute_url }}">{{ person.name }}</a><br />
-
+
{% if person.no_spam_email %}
<a class="email" href="mailto:{{ person.no_spam_email }}">{{ person.no_spam_email }}</a><br />
{% endif %}
@@ -22,7 +22,7 @@
{% if person.webpage_url %}
<a class="url" href="{{ person.webpage_url }}">{{ person.webpage_url }}</a><br />
{% endif %}
-
+
{% if person.irc_nick %}
<span class="label">{% trans "Instant messaging:" %}</span>
<span class="value">{{ person.irc_nick }}</em> (IRC)</span>
diff --git a/templates/release_detail.html b/templates/release_detail.html
index d17da41..18e6f7c 100644
--- a/templates/release_detail.html
+++ b/templates/release_detail.html
@@ -74,7 +74,7 @@
</tr>
{% endfor %}
-
+
</tbody>
<tfoot>
diff --git a/templates/teams/team_base.html b/templates/teams/team_base.html
index f990c46..d146cb6 100644
--- a/templates/teams/team_base.html
+++ b/templates/teams/team_base.html
@@ -13,7 +13,7 @@
</a>
{% endif %}
</h2>
-
+
<dl>
{% if team.webpage_url %}
<dt>{% blocktrans %}{{ lang }} Translation Team Page:{% endblocktrans %}</dt>
@@ -40,7 +40,7 @@
</ul>
</dd>
{% endif %}
-
+
</div>
<div class="bloc half">
diff --git a/templates/teams/team_detail.html b/templates/teams/team_detail.html
index cd87d45..6a24211 100644
--- a/templates/teams/team_detail.html
+++ b/templates/teams/team_detail.html
@@ -47,7 +47,7 @@ $(document).ready(function() {
{% with team.get_languages.0 as language %}
{% include "teams/team_base.html" %}
{% endwith %}
-
+
{% else %}
<h1>{{ team.get_description }}</h1>
@@ -58,7 +58,7 @@ $(document).ready(function() {
{% for lang in team.get_languages %}
<h2>{{ lang.get_name }} <code style="font-weight: normal;">({{ lang.locale }})</code></h2>
-
+
{% with 1 as show_all_modules_line %}
{% with lang.get_release_stats as stats %}
{% include "languages/language_release_summary.html" %}
@@ -78,10 +78,10 @@ $(document).ready(function() {
{% if not team.fake %}
<h2>{% trans "Team membership" %}</h2>
-
+
{% for group in mem_groups %}
<h3>{{ group.title }}</h3>
-
+
{% if group.form %}
<form action="#" method="POST">
<ul>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]