aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More conventional syntax of definition lists.Ulrich Müller2019-12-261-4/+1
| | | | | | | | | | | | Definition lists required only "p" elements as children of "dd". Change to a more conventional syntax where each "dt" element can be followed by one _or_more_ "dd" elements. This agrees with both GuideXML and HTML. Vertical spacing for "dd" should really be done in the CSS style sheet, instead of complicated XSL processing. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* CSS: let tabs in code blocks render as 4 positionsAndrey Utkin2018-01-031-0/+3
| | | | | | | | | | | | | | Per devmanual, in ebuild files only tabs must be used for indentation, and each tab represents four spaces. However, many snippets of ebuild code in devmanual use spaces for indentation, making these snippets not immediately usable for pasting. Snippets indented with tabs, while technically conformant, look the wrong way. This change makes tabs-indented snippets look right, making it more attractive for contributors to use tabs for indentation, and paving the road for potential conversion of spaces-indented snippets to tabs. Acked-by: Gokturk Yuksek <gokturk@gentoo.org>
* update color scheme for syntax highlightingMarkus Meier2014-11-131-14/+7
| | | | | | * better contrast * colors based on zellner.vim * drop unused style definition
* use darker color for span.Constant in code examples for bug #515696Markus Meier2014-11-111-1/+1
|
* make pre's span.Constant darker to be more readableMarkus Meier2014-07-261-1/+1
|
* use bootstrap alerts for important, note, todo and warning tagsMarkus Meier2014-07-231-52/+0
| | | | - drop replaced css parts
* Fix CSS validation bug.Tim Yamin2006-08-061-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@73 176d3534-300d-0410-8db8-84e73ed771c3
* Add CSS.Tim Yamin2006-05-251-0/+239
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@58 176d3534-300d-0410-8db8-84e73ed771c3