From 9fa19a59547ce0795168b39c8af4fbdcf27608ee Mon Sep 17 00:00:00 2001 From: Michael Schock Date: Tue, 27 Feb 2018 13:16:54 -0800 Subject: [PATCH] STRF-4502 - Fix invoice styles --- CHANGELOG.md | 1 + templates/pages/account/orders/invoice.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index decf8b04a3..3a17d73826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/templates/pages/account/orders/invoice.html b/templates/pages/account/orders/invoice.html index 2815fcd940..73990d0a1b 100644 --- a/templates/pages/account/orders/invoice.html +++ b/templates/pages/account/orders/invoice.html @@ -1,5 +1,5 @@ {{#partial "head"}} - + {{{ stylesheet '/assets/css/invoice.css' }}} {{/partial}} {{#partial "page"}}