summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/products.css')
-rw-r--r--StoneIsland/www/css/products.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index bac0d116..63faed3e 100644
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -1,14 +1,24 @@
.collection #collection { display: block }
.collection #footer .filter { display: block }
-#content.collection { overflow: scroll }
#collection {
display: none;
}
+#collection .item {
+ text-align: center;
+}
+#collection .item img {
+ width: 306px;
+ height: 390px;
+}
.product #product { display: block }
.product #footer .buynow { display: block }
.product #footer .addtocart { display: block }
-#content.product { overflow: scroll }
#product {
display: none;
}
+
+.scroll {
+ position: absolute;
+ width: 100%;
+} \ No newline at end of file