X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=jtTzyuCizs05xbVNnhM/6XTaublSvQXP043cg06CUj8Z5dCG2Yn3I
	bwjX8aufpTOWJckH5wzEvMgg54qmfNJxBfYQSfUGvBMD9aMc4RCfWy9XEEnYVdHf
	vTcKoFWLGQIy6Oei1/dI3Oo6H/McBSp9rlLoKvz7B9c+N6qthMd7qg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=zfOezAAVD6+v++HwJYMxfCX2vv4=; b=qqyV4Ky+YDKGHrmSQtSj9UD36TWK
	rPVXfmSlW2Ric4QJ3WFAP/t2rblQZMRwZQCgVJP0vHECgbmr8pdZhC1XP7PQMegb
	GgCs9ItdknADhlw80zyE1uaohPF3RUR1MPUf65zbxFlmAxWUOebVdE5xkrX9przE
	owfbJ+PQl6lFImc=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_40,FSL_HELO_BARE_IP_2,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@NexGo.DE>
Subject: Re: sqlite3: bug with monotone
Date: Mon, 3 Jun 2013 09:53:48 +0000 (UTC)
Lines: 22
Message-ID: <loom.20130603T113550-565@post.gmane.org>
References: <51A6B6EB.6050309@users.sourceforge.net> <loom.20130530T122354-144@post.gmane.org> <51A7862F.1070507@etr-usa.com> <51A7D47E.3050502@users.sourceforge.net> <51A7F547.6020509@etr-usa.com> <20130531092228.GB30659@calimero.vinschen.de> <51A900EF.2020606@etr-usa.com> <20130601105741.GC30659@calimero.vinschen.de> <20130602103125.GE13934@calimero.vinschen.de> <loom.20130603T100039-928@post.gmane.org> <20130603084224.GG30262@calimero.vinschen.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)

Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:
> > BTW, on the webpage with the snapshots the 'colspan="3"' should be
> > removed in the table cells for the file names.
> 
> I'm not a web designer, so, why?

The cell with the snapshot date specifies 'colspan="4"' and the other rows
have four columns, so the intention is clearly that it should span across
the whole table.  So trying to span three non-existing columns in the
filename cells causes the date cell to span only two columns effectively and
leaves the last two columns empty (since no cell is defined for those).

If you want to test it first: In Firefox, Shift-F2 gives you a command line
where you can remove all colspan definitions via "pagemod remove attribute
colspan td".  Then use the Inspector (Ctrl-Shift-I) to re-add 'colspan="4"'
to one of the date cells.


Regards,
Achim.




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

