Skip to content

Commit

Permalink
removed Kindle sales boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Oct 8, 2012
1 parent 818545f commit 96e9bd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 74 deletions.
54 changes: 5 additions & 49 deletions default.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ body {
text-align: center; text-align: center;
} }


.buybox, .buy-the-bundle, .buy-kindle, #translations { .buybox, .buy-the-bundle, #translations {
font-family: "Helvetica Neue", sans-serif; font-family: "Helvetica Neue", sans-serif;
font-size: 13px; font-size: 13px;
color: #fff; color: #fff;
Expand Down Expand Up @@ -131,52 +131,8 @@ body {
width: 769px; width: 769px;
} }


.buy-kindle {
padding: 8px;
display: inline-block;
width: 154px;
height: 189px;
margin-left: 24px;
}

.gecko .buy-kindle {
height: 195px;
}

.buy-kindle .inner {
background-color: #fff;
border-radius: 6px;
padding: 4px;
box-shadow: 0 0 6px #aaa inset;
}

.buy-kindle .inner img {
border: none;
}

.buy-kindle .inner img.cover {
border: 1px solid #999;
margin-top: 16px;
}

.buy-kindle .inner a {
font-size: 10px;
}

.buy-kindle .inner img.stars {
padding-top: 2px;
margin-bottom: -6px;
}

.buy-kindle .inner img.button {
padding-top: 10px;
margin-bottom: 6px;
}

.buy-the-bundle { .buy-the-bundle {
float: left;
padding-bottom: 20px; padding-bottom: 20px;
width: 510px;
display: inline-block; display: inline-block;
margin: 0; margin: 0;
} }
Expand All @@ -189,7 +145,7 @@ body {
} }


.buy-the-bundle .cover { .buy-the-bundle .cover {
width: 131px; width: 200px;
display: table-cell; display: table-cell;
padding-right: 0px; padding-right: 0px;
padding-left: 16px; padding-left: 16px;
Expand All @@ -206,7 +162,7 @@ body {
} }


.buy-the-bundle .description { .buy-the-bundle .description {
width: 200px; width: 260px;
display: table-cell; display: table-cell;
padding-right: 16px; padding-right: 16px;
padding-left: 16px; padding-left: 16px;
Expand Down Expand Up @@ -534,7 +490,7 @@ li.L1, li.L3, li.L5, li.L7, li.L9 {
border: none; border: none;
} }


.buy-the-bundle, .buy-kindle, #forkmeongithub, #praise, #adsense, #social { .buy-the-bundle, #forkmeongithub, #praise, #adsense, #social {
display: none; display: none;
} }


Expand Down Expand Up @@ -570,7 +526,7 @@ li.L1, li.L3, li.L5, li.L7, li.L9 {
display: none; display: none;
} }


.buy-the-bundle, .buy-kindle { .buy-the-bundle {
display: none; display: none;
} }


Expand Down
26 changes: 1 addition & 25 deletions index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</div> </div>
<div class="description"> <div class="description">
<p> <p>
LeanBundle currently offers LeanBundle currently offers<br />
the final version of the final version of
<br /> <br />
<strong>The Node Beginner Book</strong> <strong>The Node Beginner Book</strong>
Expand Down Expand Up @@ -105,18 +105,6 @@
</a> </a>
</div> </div>
</div> </div>

<div class="buy-kindle">
<div class="inner">
<a href="buy-kindle/index.html"><img class="cover" src="the_node_beginner_book_cover_small.png" height="86" width="57" /></a>
<br />
<a href="buy-kindle/reviews.html"><img class="stars" src="amazon_rating_stars.png" width="65" height="12" /></a>
<br />
(<a href="buy-kindle/reviews.html">Read customer reviews</a>)
<br />
<a href="buy-kindle/index.html"><img class="button" src="add_to_kindle_button.png" width="102" height="25"/></a>
</div>
</div>
</div> </div>




Expand Down Expand Up @@ -3706,18 +3694,6 @@ <h2>Conclusion and outlook</h2>
</a> </a>
</div> </div>
</div> </div>

<div class="buy-kindle">
<div class="inner">
<a href="buy-kindle/index.html"><img class="cover" src="the_node_beginner_book_cover_small.png" height="86" width="57" /></a>
<br />
<a href="buy-kindle/reviews.html"><img class="stars" src="amazon_rating_stars.png" width="65" height="12" /></a>
<br />
(<a href="buy-kindle/reviews.html">Read customer reviews</a>)
<br />
<a href="buy-kindle/index.html"><img class="button" src="add_to_kindle_button.png" width="102" height="25"/></a>
</div>
</div>
</div> </div>


<div id="praise"> <div id="praise">
Expand Down

0 comments on commit 96e9bd1

Please sign in to comment.