From dev-return-12488-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Tue Oct 05 07:54:43 2004 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 7493 invoked from network); 5 Oct 2004 07:54:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Oct 2004 07:54:41 -0000 Received: (qmail 91759 invoked by uid 500); 5 Oct 2004 07:54:20 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 91697 invoked by uid 500); 5 Oct 2004 07:54:19 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 91664 invoked by uid 99); 5 Oct 2004 07:54:18 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of cjxaf-forrest-dev-1@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 05 Oct 2004 00:54:17 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CEk9G-00005d-00 for ; Tue, 05 Oct 2004 09:54:14 +0200 Received: from 52.red-213-227-54.user.auna.net ([213.227.54.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Oct 2004 09:54:14 +0200 Received: from thorsten by 52.red-213-227-54.user.auna.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Oct 2004 09:54:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@forrest.apache.org From: thorsten Subject: Re: synchronising skins leather-dev and pelt Date: Tue, 05 Oct 2004 09:54:15 +0200 Lines: 35 Message-ID: References: <1096935487.1841.18.camel@ighp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 52.red-213-227-54.user.auna.net User-Agent: Mozilla Thunderbird 0.5 (X11/20040208) X-Accept-Language: en-us, en In-Reply-To: <1096935487.1841.18.camel@ighp> Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David Crossley wrote: > I started to add to leather-dev some of the recent > changes that were made to pelt. In particular, > i was adding the recent contribution from Arturo > to have proper alignment of the icons/links for > PDF, POD, Print, etc. > Nice thank you :) > However, i stopped because this seemed to add lots > of repetition to css/base-contracts.css > (copying the #content-pdf etc. to #content-pod etc.). > Can we make it a /class/. That would make it e.g.
The id is *only needed* if the element need some more customizing. Then we do not have to cn'p everything. > Also this is an area that Thorsten is still working. > Yeah, big time. ;-) I just put everything in semantic container. Have a look at http://www.oscom.org/wiki/cssnamingconventions/ for background information. > Anyway should i continue with adding to leather-dev > or wait? > No, just go ahead. Please just put everything in semantic container. I have to design the style anyway from 0. ;-) Cheers David, thorsten