[Typo3-doc] wiki bugs

Peter Kindström peter.kindstrom at abc.se
Mon Aug 9 22:21:32 CEST 2004


> You´re right, actually its the same on wikipedia. Don´t know why but 
> maybe we should just get used to it ;) - i think it would be too much 
> work to change this behaviour.

No, quite easy actually! ;-) Just add/change this CSS code:

-------------
.editsection {
	padding-top: 1.6em;
}

P {
	margin: 0em 0em 0.83em 0em;
	line-height: 1.3em;
}

ul {
     line-height: 1.4em;
     margin: 0.1em 0.5em 0.75em 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 2em;
	padding-bottom: 0.1em;
}
h3, h4 {
	padding-top: 1.5em;
}
h5, h6 {
	padding-top: 1em;
}

/* Some space under the headers in the content area */
#bodyContent h1,
#bodyContent h2 {
     margin-bottom: 0.2em;
}
#bodyContent h3,
#bodyContent h4 {
     margin-bottom: 0.1em;
}
#bodyContent h5,
#bodyContent h6 {
     margin-bottom: 0em;
}

HR {
	margin: 0.85em 0 0.85em 0;
}

-------------

I think it is very important to have wiki pages that are easy to 
read. And now that we are changing the CSS (again), we should do 
it properly once and for all. Don´t you agree?


-- 

/Peter Kindström



More information about the TYPO3-project-documentation mailing list