Skip to content

Commit

Permalink
STRF-4502 - Fix invoice styles (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjschock authored Mar 5, 2018
1 parent b2a1989 commit 4bc724d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Draft
- Fix product options unhiding indexing issue. [#1176](https://github.com/bigcommerce/cornerstone/pull/1176)
- Fix ItemAvailability microdata schema for product pages. [#1174](https://github.com/bigcommerce/cornerstone/pull/1174)
- Fix invoice.css styles. [#1171](https://github.com/bigcommerce/cornerstone/pull/1171)

## 1.13.2 (2018-02-28)

Expand Down
2 changes: 1 addition & 1 deletion templates/pages/account/orders/invoice.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#partial "head"}}
<link href="{{cdn 'assets/css/invoice.css'}}" rel="stylesheet">
{{{ stylesheet '/assets/css/invoice.css' }}}
{{/partial}}

{{#partial "page"}}
Expand Down

0 comments on commit 4bc724d

Please sign in to comment.