diff --git a/_layouts/default.html b/_layouts/default.html index d183bd8..77092d3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -60,12 +60,12 @@ {% if page.next %} - ← Next post: {{ page.next.title }} + ← {{ page.next.title }} {% endif %} {% if page.previous %} - Previous post: {{ page.previous.title }} → + {{ page.previous.title }} → {% endif %} {% comment %} diff --git a/css/custom.css b/css/custom.css index 2055fe1..6cdf646 100644 --- a/css/custom.css +++ b/css/custom.css @@ -18,13 +18,12 @@ abbr, acronym { white-space: nowrap; } -#nextpost, #prevpost { - display: inline-block; - width: 450p; +#nextpost { + float: left; } #prevpost { - text-align: right; + float: right; } .noteclassic, .noteimportant, .notewarning, .notetip {