fixed tags in kb
diff --git a/website/templates/html/product_in_list.html b/website/templates/html/product_in_list.html
index 5daa44e..43b0134 100644
--- a/website/templates/html/product_in_list.html
+++ b/website/templates/html/product_in_list.html
@@ -6,7 +6,7 @@
 		{% include 'html/product_missing_image.html' %}
 		{% endif %}
 	</div>
-	<div style="height: 80px; overflow: hidden; font-size: 80%;">
+	<div style="height: 100px; overflow: hidden; font-size: 80%;">
 		<h4 style="margin-bottom: 2px;"><a href="{{ page_name }}">{{ item_name }}</a></h4>
 		<p class="help">Item Code: {{ name }}</p>
 	</div>
diff --git a/website/templates/pages/attributions.html b/website/templates/pages/attributions.html
index e587484..2d195ba 100644
--- a/website/templates/pages/attributions.html
+++ b/website/templates/pages/attributions.html
@@ -11,8 +11,7 @@
 {% set title="ERPNext - Web Based, Open Source ERP" %}
 
 {% block content %}
-<div class="layout-attributions">
-	<div class="layout-main">
+<div class="layout-attributions span12">
 	<h3>This website is made using these Awesome Open Source Projects <i class="icon-heart" style="color: red"></i></h3>
 	<hr>
 	<table class="table table-bordered table-striped">
@@ -105,6 +104,5 @@
 	</table>
 
 	<p class="alert">Note: A link to this page must be easily accessible.</p>
-	</div>
 </div>
 {% endblock %}
\ No newline at end of file