Skip to content

Commit

Permalink
Merge pull request #4417 from waldenraines/6591
Browse files Browse the repository at this point in the history
Fixes #6591/BZ1076364: include fonts that datepicker depends on.
  • Loading branch information
Walden Raines committed Jul 16, 2014
2 parents cd6f9c4 + 31386b7 commit 9b7127d
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 2 deletions.
Expand Up @@ -8,6 +8,8 @@
@FontAwesomePath: "../../../../bastion/font-awesome";
@font-path: "../../bastion/rcue";

@icon-font-path: "/assets/bastion/bootstrap/";

.alert {
margin: 10px;

Expand Down Expand Up @@ -49,4 +51,4 @@ ul {
&:not(:first-child) span {
padding-left: 15px;
}
}
}
3 changes: 2 additions & 1 deletion engines/bastion/bower.json
Expand Up @@ -82,7 +82,8 @@
"javascripts/bastion": "ng-upload.js"
},
"bootstrap": {
"stylesheets/bastion": "less/*.less"
"stylesheets/bastion": "less/*.less",
"fonts/bastion": "dist/fonts/*"
},
"font-awesome": {
"stylesheets/bastion/font-awesome/less": "less/*.less",
Expand Down
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.

0 comments on commit 9b7127d

Please sign in to comment.