Added parent-child relationship to pages to visualize a breadcrump and subpages.

This commit is contained in:
Benjamin Meichsner 2009-08-12 18:41:25 +02:00
parent 00619ccf55
commit a8c93c08b7
24 changed files with 513 additions and 51 deletions

View file

@ -448,6 +448,18 @@ a.new_wiki_link {
#toc {
float: right; }
#breadcrump {
font-size: 0.5em; }
#breadcrump a {
color: #ed0606; }
#sidebar {
float: right;
margin-top: -2%;
width: 20%; }
#sidebar #page-versions {
text-align: right; }
#wiki_content h1, #wiki_content h2, #wiki_content h3, #wiki_content h4, #wiki_content h5 {
color: black; }
#wiki_content span.editsection {