Skip to content

Commit

Permalink
[2563] Re-factor the breadcrumb
Browse files Browse the repository at this point in the history
Updated the home icon to be a house and left aligned it.
  • Loading branch information
aron committed Jun 19, 2012
1 parent c277326 commit e42c27c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions ckan/public/base/less/toolbar.less
Expand Up @@ -8,15 +8,18 @@
.toolbar .breadcrumb {
.box-shadow(none);
position: relative;
top: -3px;
float: left;
background: none;
margin: 0 0 0 @gutter-small-x;
margin: 0;
padding: 0;
border: none;
font-size: 20px;
}

.toolbar .breadcrumb li .icon-large:before {
width: auto;
}

.toolbar .breadcrumb li:after {
content: " / ";
}
Expand All @@ -25,10 +28,11 @@
content: "";
}

.toolbar .breadcrumb .home {
position: relative;
top: 4px;
margin-left: -3px;
.toolbar .breadcrumb .home:after {
}

.toolbar .home a {
text-decoration: none;
}

.toolbar .breadcrumb a {
Expand Down

0 comments on commit e42c27c

Please sign in to comment.