Skip to content

Commit

Permalink
Merge pull request #71 from mbehrle/feature/fix_stylesheet
Browse files Browse the repository at this point in the history
Correcting css style name.
  • Loading branch information
Sharoon Thomas committed Jun 27, 2014
2 parents 1b98cf4 + 4063ab6 commit a239c80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ div.buy-now button.btn-link{
margin-top: 20px;
font-size: 16px;
}
.product-desc h4.main-heaidng{
.product-desc h4.main-heading{
padding-top: 10px;
font-size: 19px;
border-top: 1px solid #95a5a6;
Expand Down Expand Up @@ -1373,4 +1373,4 @@ span.text-success, span.text-warning, span.text-danger, span.text-info{
cursor: pointer;
color: #b94a48;
text-decoration: none;
}
}
2 changes: 1 addition & 1 deletion templates/webshop/product.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<!--Product Description -->
<div class="row">
<div class="col-md-12 product-desc">
<h4 class="main-heaidng">Product Description</h4>
<h4 class="main-heading">Product Description</h4>
<p>{{ product.description|safe or '' }}</p>
</div>
</div>
Expand Down

0 comments on commit a239c80

Please sign in to comment.