From: Svante Bengtson Date: Tue, 23 Feb 2016 16:08:11 +0000 (+0100) Subject: updated template X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/commitdiff_plain/c315d4911d06442a7e6e5c42ff0aa69eaa8c5907 updated template --- diff --git a/index_mock1.html b/index_mock1.html index 6697aac9c..78d24ca8f 100644 --- a/index_mock1.html +++ b/index_mock1.html @@ -93,8 +93,10 @@ We expect all users of the network, whether affiliated with a project or not, to act in good faith and in accordance with both their local laws and those applicable where freenode operates. Use of freenode and its facilities is a privilege, not a right, and may be withdrawn where we believe that this has not been the case.

- - + diff --git a/static/css/mock1.css b/static/css/mock1.css index b991d4d9a..b30421985 100644 --- a/static/css/mock1.css +++ b/static/css/mock1.css @@ -171,7 +171,6 @@ p.art-ingress { p.heading { white-space: nowrap; } - p.art-link { margin-top: 0; } @@ -181,7 +180,7 @@ p.art-link { .art-full h2, .art-full h3, .art-full h4 { - ; + margin-top: 0.5em; } /* help */ diff --git a/static/css/style.css b/static/css/style.css index 9a8dd2e23..f419220b4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -193,6 +193,14 @@ p.heading { white-space: nowrap; } +/*p.art-links { + white-space: nowrap; +}*/ + +.art-link:last-child { + text-align: right; +} + p.art-link { margin-top: 0; } @@ -203,7 +211,7 @@ p.art-link { .art-full h2, .art-full h3, .art-full h4 { - line-height: 1.5em; + margin-top: 0.5em; } /* help */ diff --git a/templates/article.html b/templates/article.html index 075a085b4..32162c3bb 100644 --- a/templates/article.html +++ b/templates/article.html @@ -2,6 +2,8 @@

{{ Title }}  {{ Date }} by {{ Author }}

{% block Content %}{% endblock %}

- - +

+ Previous + Next +

\ No newline at end of file