From 1547269146594dc49bb8817c92db26876596d98a Mon Sep 17 00:00:00 2001 From: Frank Barknecht Date: Tue, 29 Apr 2003 09:19:26 +0000 Subject: Added the example patches and images. svn path=/trunk/; revision=599 --- doc/tutorials/footils/pddrums/default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/tutorials/footils/pddrums/default.css') diff --git a/doc/tutorials/footils/pddrums/default.css b/doc/tutorials/footils/pddrums/default.css index a6f384c3..bd00d3cc 100644 --- a/doc/tutorials/footils/pddrums/default.css +++ b/doc/tutorials/footils/pddrums/default.css @@ -120,7 +120,7 @@ div.document { /* Again, "be nice to Opera 5". */ body>#Menu {width:140px;} -div."contents topic" { +#contents { position:absolute; top:120px; left:10px; @@ -133,14 +133,14 @@ div."contents topic" { width:140px; } /* Again, "be nice to Opera 5". */ -body>#"contents topic" {width:140px;} +body>#contents {width:140px;} /* :Author: David Goodger :Contact: goodger@users.sourceforge.net -:date: $Date: 2003-04-28 16:33:34 $ -:version: $Revision: 1.1 $ +:date: $Date: 2003-04-29 09:19:26 $ +:version: $Revision: 1.2 $ :copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -- cgit v1.2.1