Changeset - a39d789522eb
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-07 02:09:58
bkuhn@ebb.org
Move breadcrumb setup to our local CSS
2 files changed with 9 insertions and 3 deletions:
0 comments (0 inline, 0 general)
local.css
Show inline comments
...
 
@@ -40,4 +40,10 @@ footer {
 
}
 
a.idOnly {
 
text-decoration: none !important;
 
}
...
 
\ No newline at end of file
 
}
 

	
 
.copyleft-breadcrumb > li + li:before {
 
  padding: 0 5px;
 
  color: #cccccc;
 
  content: "→\00a0";
 
}
templates/page.tmpl
Show inline comments
...
 
@@ -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> &rarr;</li>
 
            <li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a></li>
 
            </TMPL_LOOP>
 
            <li><TMPL_VAR TITLE></li>
 
        </ol>
0 comments (0 inline, 0 general)