[Debtags-commits] [svn] r867 - web/trunk
Enrico Zini
debtags-commits@lists.alioth.debian.org
Sun, 05 Jun 2005 09:45:48 +0000
Author: enrico
Date: Sun Jun 5 09:45:47 2005
New Revision: 867
Modified:
web/trunk/main.css
web/trunk/update-faq
Log:
Set background color as well for main.css
Modified: web/trunk/main.css
==============================================================================
--- web/trunk/main.css (original)
+++ web/trunk/main.css Sun Jun 5 09:45:47 2005
@@ -2,6 +2,7 @@
BODY {
background: #fffcfc;
+color: black;
}
Modified: web/trunk/update-faq
==============================================================================
--- web/trunk/update-faq (original)
+++ web/trunk/update-faq Sun Jun 5 09:45:47 2005
@@ -1,2 +1,2 @@
#!/bin/sh
-svn cat svn://svn.debian.org/debtags/debtags/trunk/faq.rst | rst2html --no-doc-title --stylesheet=main.css > faq.html
+svn cat svn://svn.debian.org/debtags/debtags/trunk/doc/faq.rst | rst2html --no-doc-title --stylesheet=main.css | ssh alioth.debian.org "cat > /org/alioth.debian.org/chroot/home/groups/debtags/htdocs/faq.html"