diff options
| -rw-r--r-- | _layouts/post.html | 13 | ||||
| -rw-r--r-- | static/css/style.css | 23 |
2 files changed, 0 insertions, 36 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 37a7066..a7d2358 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,26 +7,13 @@ layout: default <h1><a href="{{ page.url }}">{{ page.title }}</a></h1> -{% if page.previous.url %} - <p id="bigleft"><a href="{{page.previous.url}}">«</a></p><br /> -{% endif %} -{% if page.next.url %} - <p id="bigright"><a href="{{page.next.url}}">»</a></p> -{% endif %} - <div id="entry"> {{ content }} <p class="timestamp"> - {% if page.previous.url %} - <a href="{{page.previous.url}}">« {{page.previous.title}}</a> | - {% endif %} {{ page.date | date_to_string }} - {% if page.next.url %} - | <a href="{{page.next.url}}">{{page.next.title}} »</a> - {% endif %} </p> </div> diff --git a/static/css/style.css b/static/css/style.css index 4810e0c..204e166 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -32,29 +32,6 @@ blockquote { padding: 0.3em 1em; } - -#bigleft, #bigright { - position: fixed; - font-size: 32pt; -} - -#bigleft a, #bigright a { - color: #ddd; -} - -#bigleft a:hover, #bigright a:hover { - color: #005aa0; - text-decoration: none; -} - -#bigleft { - top: 4em; -} - -#bigright { - top: 5em; -} - #entry, #wrapper { font-size: 15pt; } |
