Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correcting css style name. #71

Merged
merged 1 commit into from
Jun 27, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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