|
From: Greg W. <gw...@me...> - 2002-10-22 15:10:22
|
On 21 October 2002, David Goodger said: > The docs look good. Please note that if you regenerate the docs with > the latest Docutils (which I recommend you do, to take advantage of > the improvements to the HTML produced) OK, done. > you should also replace the > stylesheet. It looks like you've made some modifications to the stock > stylesheet, which is fine. To keep your modifications *and* get the > benefit of the recent improvements, without having to edit the > stylesheet each time, I recommend extracting your modifications into a > separate .css file and using the "@import" statement to cascade the > stylesheets. See http://docutils.sf.net/docs/tools.html#stylesheets > for details. OK, tried that. Problem: the main modification I made was to completely *remove* your styles for the 'a' and 'tt' tags. (I think link colouring should be up to the browser, and I don't like a background on inline literals.) So how do I override your stylesheet with removal information? I tried tt { } but that didn't work. Didn't really expect it to. Greg -- Greg Ward - software developer gw...@me... MEMS Exchange http://www.mems-exchange.org |