Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maltehuebner committed Jun 1, 2017
1 parent 1c2d9b6 commit 5a7668f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AppBundle/Resources/public/css/criticalmass.css
Original file line number Diff line number Diff line change
Expand Up @@ -6454,3 +6454,7 @@ body

.input-daterange input {
text-align: left !important; }

.breadcrumb > li + li:before {
content: "/\00a0";
color: #ccc; }
5 changes: 5 additions & 0 deletions src/AppBundle/Resources/public/scss/criticalmass.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@
.input-daterange input {
text-align: left !important;
}

.breadcrumb > li + li:before {
content: "/\00a0";
color: $breadcrumb-color;
}

0 comments on commit 5a7668f

Please sign in to comment.