diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-04 20:33:14 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-04 20:33:14 -0500 |
| commit | 83517eb8d489cfceda8e6b7ab1b104a8f0b1f3a8 (patch) | |
| tree | be6fce89034de08d745cfd0940ea7ea747a1b2a7 /StoneIsland/www/css/products.css | |
| parent | 8d7a5da72199e25db9056b9ee585094ac3274f49 (diff) | |
iscroll workin, api fetching, hud populating
Diffstat (limited to 'StoneIsland/www/css/products.css')
| -rw-r--r-- | StoneIsland/www/css/products.css | 14 |
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 |
