[cart] add to cart, update cart

This commit is contained in:
Anand Doshi
2013-06-19 14:57:14 +05:30
parent 60035c9830
commit 3dceb8438e
9 changed files with 203 additions and 127 deletions

View File

@@ -6,6 +6,10 @@ h1, h2, h3, h4, h5 {
font-weight: bold;
}
a {
cursor: pointer;
}
.content {
padding-bottom: 30px;
}