diff options
-rw-r--r-- | design/sass/_archives.scss | 3 | ||||
-rw-r--r-- | design/templates/details/book.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/design/sass/_archives.scss b/design/sass/_archives.scss index 8c9e328..c9c1426 100644 --- a/design/sass/_archives.scss +++ b/design/sass/_archives.scss @@ -419,6 +419,7 @@ } } .fancy-archive-list { + li { margin-bottom: 3.8rem } p { line-height: 1.3; margin-top: 4px; @@ -450,6 +451,6 @@ } @include breakpoint(gamma) { margin-left: -128px; - margin-top: -10px; + margin-top: -4px; } } diff --git a/design/templates/details/book.html b/design/templates/details/book.html index b604df2..808d253 100644 --- a/design/templates/details/book.html +++ b/design/templates/details/book.html @@ -32,8 +32,8 @@ <dd>{{object.isbn}}</dd>{%endif%} </dl> <div class="buy-btn-wrapper"> - {% if object.afflink %}<a class="buy-btn" href="{{object.afflink}}" title="buy {{object.title}} at Amazon">Buy Now</a>{%endif%} {% if object.isbn %}<a class="buy-btn" href="http://worldcat.org/isbn/{{object.isbn}}" title="find {{object.title}} in your local library">Borrow</a>{%endif%} + {% if object.afflink %}<a class="buy-btn" href="{{object.afflink}}" title="buy {{object.title}} at Amazon">Buy</a>{%endif%} </div> </div>{%if object.body_html%} <div class="thoughts" itemprop="review" itemscope itemtype="http://schema.org/Review"> |