From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: Re: Worg needs some reorganizing Date: Tue, 18 Jan 2011 09:41:26 -0600 Message-ID: <87lj2ii5i1.fsf@riotblast.dunsmor.com> References: <4CAD81B0.6090807@manor-farm.org> <87iq197ool.fsf@mail.bantercat.co.uk> <87pqveyct2.fsf@gmail.com> <87ocayl81d.fsf@manor-farm.org> <0E084C6C-6FD1-4C74-BD9F-34F2830B93C5@gmail.com> <87bp6ytacd.fsf_-_@stats.ox.ac.uk> <87fwsubckf.fsf@gnu.org> <87aaj2w5x4.fsf@fastmail.fm> <87d3nyuhkw.fsf@altern.org> <87aaj0kggo.fsf@gmail.com> <87zkr0load.fsf@riotblast.dunsmor.com> <87pqrwipjd.fsf@gmail.com> <87oc7glhef.fsf@riotblast.dunsmor.com> <87hbd8ins8.fsf@gmail.com> <87ipxolgji.fsf@riotblast.dunsmor.com> <87aaj0iiff.fsf@gmail.com> <87r5cbk28p.fsf@riotblast.dunsmor.com> <87fwsrtokh.fsf@gnu.org> <87lj2jouz7.fsf@fastmail.fm> <87k4i2efa3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=51580 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfDgg-00050X-9Z for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 10:41:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfDgW-0007qx-Ix for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 10:41:29 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:48011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfDgW-0007qn-D3 for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 10:41:28 -0500 In-Reply-To: <87k4i2efa3.fsf@gnu.org> (Bastien's message of "Tue, 18 Jan 2011 10:23:48 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Dan Davison , Ian Barton , Matt Lundin , emacs-orgmode@gnu.org, Carsten Dominik Bastien writes: > Thanks all for the work on worg.css -- I'm excited to see this happen! > > I'm putting Sebastian explicitely into the loop: I remember Sebastian > worked on org.css (and maybe worg.css?) to make sure the spacing between > HTML headings was okay for folding/unfolding through org-info-js. Maybe > this is something that should be taken care of with the new worg.css. My starting point was the old worg.css file. I noticed there was excessive space between sections. When I removed the following two lines: --8<---------------cut here---------------start------------->8--- /* Add more spacing between section. Padding, so that folding with org-info.js works as expected. */ padding-bottom:2em; --8<---------------cut here---------------end--------------->8--- It fixed the problem with excessive spacing. Removing it didn't cause an issue with the javascript-folded pages that I could see.