Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 10036 invoked from network); 30 Sep 2003 12:53:58 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Sep 2003 12:53:58 -0000 Received: (qmail 46010 invoked by uid 500); 30 Sep 2003 12:53:53 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 45865 invoked by uid 500); 30 Sep 2003 12:53:53 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 45854 invoked by uid 500); 30 Sep 2003 12:53:53 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 45851 invoked from network); 30 Sep 2003 12:53:52 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 30 Sep 2003 12:53:52 -0000 Received: (qmail 9985 invoked by uid 1401); 30 Sep 2003 12:53:55 -0000 Date: 30 Sep 2003 12:53:55 -0000 Message-ID: <20030930125355.9984.qmail@minotaur.apache.org> From: bdelacretaz@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/blocks/slop/samples/yapt/css yapt-style.css X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bdelacretaz 2003/09/30 05:53:55 Modified: src/blocks/slop/samples/yapt/css yapt-style.css Log: bugfix: missing float caused opera to stop printing after a few pages Revision Changes Path 1.4 +6 -5 cocoon-2.1/src/blocks/slop/samples/yapt/css/yapt-style.css Index: yapt-style.css =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/slop/samples/yapt/css/yapt-style.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- yapt-style.css 27 Sep 2003 19:12:05 -0000 1.3 +++ yapt-style.css 30 Sep 2003 12:53:55 -0000 1.4 @@ -128,15 +128,16 @@ */ #multipleSlides div.singleSlide { + page-break-inside: avoid; + float: left; + width: 100%; clear: both; - margin-top: 2.5em; +} + +#multipleSlides img { page-break-inside: avoid; } #multipleSlides h1 { page-break-after: avoid; -} - -#multipleSlides img { - page-break-inside: avoid; }