[dokuwiki] Re: Design question
- From: Nassim Hasan <lomax@xxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sun, 31 Dec 2006 16:47:25 +0100
David Lorentsen schrieb:
Look for the following in file "/lib/tpl/default/design.css",
/* general headline setup */
and a few lines below:
margin: 0 0 1em 0;
The CSS for margin is top, right, bottom, left.. so that "1em" is
margin below header text. If you change it, note that the old value
might still be displayed from cache.
Regards, David // Zyberdog
Nassim Hasan wrote:
Hello,
i am looking for a way to change the space between headlines and text
underneath. Where exactly inside the design.css can i find this
position? I uploaded an image so that everyone understands what i mean.
http://img92.imageshack.us/img92/4981/unbenannt1dq3.png
Greets
Thanks! Great help!
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] Design question
- From: Nassim Hasan
- [dokuwiki] Re: Design question
- From: David Lorentsen
Other related posts:
- » [dokuwiki] Design question
- » [dokuwiki] Design question
- » [dokuwiki] Re: Design question
- » [dokuwiki] Re: Design question
Look for the following in file "/lib/tpl/default/design.css",
/* general headline setup */
and a few lines below:
margin: 0 0 1em 0;
The CSS for margin is top, right, bottom, left.. so that "1em" is
margin below header text. If you change it, note that the old value
might still be displayed from cache.
Regards, David // Zyberdog Nassim Hasan wrote:
Hello, i am looking for a way to change the space between headlines and text underneath. Where exactly inside the design.css can i find this position? I uploaded an image so that everyone understands what i mean. http://img92.imageshack.us/img92/4981/unbenannt1dq3.png Greets
- [dokuwiki] Design question
- From: Nassim Hasan
- [dokuwiki] Re: Design question
- From: David Lorentsen