Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Added product stylesheet back in, accidentely deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmcarthur committed Jan 31, 2011
1 parent b55219e commit 7872f5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions public/stylesheets/product.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 7872f5b

Please sign in to comment.