Skip to content

Commit

Permalink
fix grid
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldest committed May 14, 2012
1 parent 6caea5a commit 31fac2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion static/less/style.less
Expand Up @@ -123,4 +123,7 @@ span.red_star{
.demoBox{
text-align: center;
}
//Fix css
//Fix css
.products{
margin-left: 20px;
}
2 changes: 1 addition & 1 deletion templates/inc/item.html
@@ -1,4 +1,4 @@
<div class=" span4 thumbnail txt__center nav">
<div class=" span4 thumbnail txt__center nav products">
<i class="icon-gift fontSize300 "></i>
<div class="caption txt__left">
<h3>Product Name</h3>
Expand Down
10 changes: 5 additions & 5 deletions templates/product_list.html
Expand Up @@ -2,8 +2,8 @@

{% block content%}
<section class="row nav">
<div class="span12">
<nav class="span5 offset3 nav">

<nav class="span5 offset4 nav">
<ul class="nav nav-pills">
<li><a href="#">SubLIne</a></li>
<li><a href="#">SubLIne</a></li>
Expand All @@ -19,8 +19,8 @@
<li><a href="#">SubLIne</a></li>
</ul>
</nav>
</div>
<div class="row">


{% include "inc/item.html" %}
{% include "inc/item.html" %}
{% include "inc/item.html" %}
Expand All @@ -30,7 +30,7 @@
{% include "inc/item.html" %}
{% include "inc/item.html" %}
{% include "inc/item.html" %}
</div>

</section>


Expand Down

0 comments on commit 31fac2b

Please sign in to comment.