[dokuwiki] Re: About white spaces

  • From: Chris Smith <chris@xxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 11 Aug 2006 02:24:48 +0100

Oliver Schulze L. wrote:

Hi Chris,
thanks for answering, my idea is to a list like this:

Web pages in this wiki:
 - /help                : info about help
 - /howto               : info about howto
 - /very-long-directory : info about very-long-directory

But, maybe I should find another way to format that list, maybe with
an italic style, but italic style in a list is only supported in the devel version.


Oliver

Either don't get overly wrapped up in the formatting and use a nest unordered list, eg.

 * help
   * info about help
 * howto
   * you get the picture

Or try one of the definition list plugins - and adjust their style.css appropriately. Take a look at the bottom of the page for my sidebar at wiki.jalakai.co.uk/dokuwiki/ - it uses my definition list plugin (wiki.splitbrain.org/plugin:definitionlist) which is styled in a columnar format by default.

You can also wrap content in divs or spans using the div/span shorthand plugin and use descendant style selectors to get different styles applied to different parts of your page, much as you would with normal html + css.

Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: