Move breadcrumb setup to our local CSS
This commit is contained in:
parent
8aa858c98f
commit
a39d789522
2 changed files with 9 additions and 3 deletions
|
@ -40,4 +40,10 @@ footer {
|
|||
}
|
||||
a.idOnly {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.copyleft-breadcrumb > li + li:before {
|
||||
padding: 0 5px;
|
||||
color: #cccccc;
|
||||
content: "→\00a0";
|
||||
}
|
||||
|
|
|
@ -48,10 +48,10 @@
|
|||
<div class="content">
|
||||
<div class="container">
|
||||
<TMPL_IF PARENTLINKS>
|
||||
<ol class="breadcrumb">
|
||||
<ol class="breadcrumb copyleft-breadcrumb">
|
||||
Wiki Path:
|
||||
<TMPL_LOOP PARENTLINKS>
|
||||
<li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a> →</li>
|
||||
<li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a></li>
|
||||
</TMPL_LOOP>
|
||||
<li><TMPL_VAR TITLE></li>
|
||||
</ol>
|
||||
|
|
Loading…
Reference in a new issue