Commit 2a7e54ec authored by Sven Franck's avatar Sven Franck

removed crumbs | and replaced with CSS

parent bd80edef
......@@ -330,6 +330,15 @@ html body form input.secure_form {
margin: 0;
text-transform: capitalize;
}
.crumbs a.ui-link:before {
content: "|";
font-weight: bold;
padding: 0 .25em;
position: relative;
}
.crumbs a.ui-link:first-child:before {
padding-left: 0;
}
.crumbs a.ui-link:hover,
.crumbs a.ui-link:active {
text-decoration: underline;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment