Skip to content

Commit

Permalink
Fix image container class
Browse files Browse the repository at this point in the history
Updates the image container to use one inherited from the Product
component, but things are getting a bit chaotic here. Need to seriously
consider ditching all the class shit at some point - it adds far too
much complexity to the components.
  • Loading branch information
dshoreman committed Dec 4, 2014
1 parent b2a294b commit 265ff26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/products/product.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="{{ productContainerClass }}">
<div class="{{ mainImageContainerClass }}">
<img class="{{ imageClass }}" alt="{{ product.title }}" src="http://placehold.it/250/250" />

<div class="{{ detailContainerClass }}">
Expand Down

0 comments on commit 265ff26

Please sign in to comment.