/[suikacvs]/webroot/www/style/cvscommit.sh
Suika

Contents of /webroot/www/style/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Thu Oct 30 13:51:21 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/x-sh
++ style/html/ChangeLog	30 Oct 2008 13:50:30 -0000
2008-10-30  Wakaba  <wakaba@suika.fam.cx>

	* xhtml1.css: Use padding rather than margin to indent |dd|
	elements such that setting background-color to |dt| and |dd|
	element pairs looks better.

2008-10-29  Wakaba  <wakaba@suika.fam.cx>

	* wf2.css: The width of single-line text fields that are not the
	first child of their parent element should not be 100% or like.

1 #!/bin/sh
2 find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ style\//" > .cvslog.tmp
3 cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
4 rm .cvslog.tmp
5
6 ## $Date: 2008/10/30 12:29:25 $
7 ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24