[Debian-l10n-commits] dl10n branch master updated. 194f56f859674fbf6521c647a8419a33917a866c

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Mon Jun 18 09:17:45 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dl10n".

The branch, master has been updated
       via  194f56f859674fbf6521c647a8419a33917a866c (commit)
      from  175433044d81c6b5091f9bbbaad2a5480becf919 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=194f56f859674fbf6521c647a8419a33917a866c

commit 194f56f859674fbf6521c647a8419a33917a866c
Author: Nicolas François <nicolas.francois at centraliens.net>
Date:   Mon Jun 18 11:17:18 2012 +0200

    Add missing CSS file for nmu-radar

-----------------------------------------------------------------------

Summary of changes:
 htdocs-static/nmu.css |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 htdocs-static/nmu.css

diff --git a/htdocs-static/nmu.css b/htdocs-static/nmu.css
new file mode 100644
index 0000000..5c3cd93
--- /dev/null
+++ b/htdocs-static/nmu.css
@@ -0,0 +1,27 @@
+td {
+  border: 1px solid gray;
+}
+
+th {
+  border: 1px solid gray;
+}
+
+table {
+  border-collapse: collapse;
+}
+
+.removed {
+  background-color: #FFDDDD;
+}
+
+.nodebconf {
+  background-color: #FFDDDD;
+}
+
+.switch {
+  background-color: #DDDDDD;
+}
+
+.normal {
+  background-color: #DDFFDD;
+}
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list