Added parent-child relationship to pages to visualize a breadcrump and subpages.
This commit is contained in:
parent
00619ccf55
commit
a8c93c08b7
24 changed files with 513 additions and 51 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -493,6 +493,18 @@ a.new_wiki_link
|
|||
padding: 0 1em
|
||||
#toc
|
||||
float: right
|
||||
#breadcrump
|
||||
font-size: 0.5em
|
||||
a
|
||||
:color = !main_red
|
||||
#sidebar
|
||||
float: right
|
||||
margin-top: -2%
|
||||
width: 20%
|
||||
#page-versions
|
||||
text-align: right
|
||||
|
||||
|
||||
#wiki_content
|
||||
h1, h2, h3, h4, h5
|
||||
color: black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue