Skip to content

Commit

Permalink
more wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderpick committed Aug 1, 2015
1 parent ee0f127 commit fb491c9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
8 changes: 6 additions & 2 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2462,6 +2462,9 @@ p.sidebar-tip span {
.sidebar-product h1 {
padding: 10px;
color: #404040;
text-align: center;
border-bottom: 1px solid #f2f2f2;
font-weight: bold;
}
.sidebar-broadcast h1 a {
background: none;
Expand Down Expand Up @@ -2514,12 +2517,13 @@ a.sidebar-more:hover {
padding: 0;
}
.sidebar-product-images {
height: 90px;
height: 83px;
padding: 10px;
}
.sidebar-product-images img {
float: left;
font-size: 0;
width: 90px;
width: 83px;
margin: 0;
padding: 0;
border-right: 1px solid transparent;
Expand Down
8 changes: 6 additions & 2 deletions public/css/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2489,6 +2489,9 @@ p.sidebar-tip span
.sidebar-product h1
padding 10px
color #404040
text-align center
border-bottom 1px solid #f2f2f2
font-weight bold

.sidebar-broadcast h1 a
background none
Expand Down Expand Up @@ -2541,12 +2544,13 @@ a.sidebar-more:hover
padding 0

.sidebar-product-images
height 90px
height 83px
padding 10px

.sidebar-product-images img
float left
font-size 0
width 90px
width 83px
margin 0
padding 0
border-right 1px solid transparent
Expand Down
3 changes: 2 additions & 1 deletion public/templates/store.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h1><%= p.title %></h1>
<img src="<%= i %>" />
<% }); %>
</div>
<p><%= p.description %><p>
</div>
<div class="clear"></div>
<div class="sidebar-product-picker" data-sku="<%= p.sku %>" data-count="1"
Expand Down Expand Up @@ -47,7 +48,7 @@ <h1>
</div>
<div class="leftside">
<p class="page">
<span class="sidebar-heading">Our films:</span>
<span class="sidebar-heading">Homegrown films:</span>
Many thanks to everyone that has made these films happen. If you have a sales question or just need some help with something, please <a href="mailto:[email protected]">send us an email</a>.
</p>
<div class="events"></div>
Expand Down
2 changes: 2 additions & 0 deletions store.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"M1-Island-Brush": {
"name": "M1 Island Brush",
"title": "The Island M1 Classic Brush",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.",
"price": 750,
"images": [
"https://s3.amazonaws.com/island.io/store/img/m1-1.jpg",
Expand All @@ -15,6 +16,7 @@
"M3-Island-Brush": {
"name": "M3 Island Brush",
"title": "The Island M3 Scrub Brush",
"description": "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"price": 1250,
"images": [
"https://s3.amazonaws.com/island.io/store/img/m3-1.jpg",
Expand Down

0 comments on commit fb491c9

Please sign in to comment.