From 7872f5b8c72a92d4807670ff190e51d139ce10af Mon Sep 17 00:00:00 2001 From: Josh McArthur Date: Mon, 31 Jan 2011 17:20:20 +1300 Subject: [PATCH] Added product stylesheet back in, accidentely deleted --- public/stylesheets/product.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 public/stylesheets/product.css diff --git a/public/stylesheets/product.css b/public/stylesheets/product.css new file mode 100644 index 0000000..d5737e2 --- /dev/null +++ b/public/stylesheets/product.css @@ -0,0 +1,13 @@ +#product-images { + display: inline; + float: left; + width: 250px; + margin-right: 10px; +} + +#product-images .product-image { + margin-top: 15px; + float: right; + position: relative; +} +