Merge branch 'latest' of github.com:webnotes/erpnext into latest
diff --git a/erpnext/website/css/website.css b/erpnext/website/css/website.css
index cdea087..73cafcb 100644
--- a/erpnext/website/css/website.css
+++ b/erpnext/website/css/website.css
@@ -73,6 +73,7 @@
.web-footer-menu ul {
list-style: none;
margin: 0px;
+ padding: 0px;
}
.web-footer-menu ul li {
diff --git a/erpnext/website/page/products/products.html b/erpnext/website/page/products/products.html
index 7ca7495..6c4fa97 100644
--- a/erpnext/website/page/products/products.html
+++ b/erpnext/website/page/products/products.html
@@ -1,6 +1,6 @@
<div class="layout_wrapper" id="content-products">
+ <h1 class="products-category"></h1>
<div class="web-main-section">
- <h1 class="products-category"></h1>
<div class="products-search">
<input name="products-search" /><button class="btn" style="margin-left: 7px">Search</button>
</div>