Commit 0948f35ff3a41a5816d8cc5eebd0c91f0ce1bf0c
1 parent
8bb80910
Exists in
master
and in
28 other branches
Improve default design of breadcrumbs block
Showing
3 changed files
with
20 additions
and
0 deletions
Show diff stats
plugins/breadcrumbs/lib/breadcrumbs_plugin.rb
... | ... | @@ -0,0 +1,12 @@ |
1 | +#content .breadcrumbs-plugin_content-breadcrumbs-block a, | |
2 | +#content .breadcrumbs-plugin_content-breadcrumbs-block a:visited { | |
3 | + color: #2c67cd; | |
4 | + text-decoration: none; | |
5 | +} | |
6 | +#content .breadcrumbs-plugin_content-breadcrumbs-block a:hover { | |
7 | + color: black; | |
8 | +} | |
9 | + | |
10 | +#content .breadcrumbs-plugin_content-breadcrumbs-block .separator { | |
11 | + font-size: 11px; | |
12 | +} | ... | ... |
plugins/breadcrumbs/test/unit/breadcrumbs_plugin_test.rb