app/assets/stylesheets/modules/action_bar.css.scss in curate-0.1.2 vs app/assets/stylesheets/modules/action_bar.css.scss in curate-0.1.3

- old
+ new

@@ -1,7 +1,6 @@ .action-bar { - border-bottom:1px solid $dropdownDividerTop; padding-bottom:.25em; .nav-pills { margin-bottom:0; } @@ -10,5 +9,21 @@ a:hover, a:visited { color: $blue; } } + +.page-breadcrumbs { + border-bottom:1px solid $dropdownDividerTop; + padding-bottom:.25em; + + .breadcrumb { + margin-bottom: 0; + } + + a, + a:hover, + a:visited { + color: $blue; + } + +} \ No newline at end of file