diff --git a/basics/templates/basics/disclaimer.html b/basics/templates/basics/disclaimer.html index ebf1ce7..e1b3515 100644 --- a/basics/templates/basics/disclaimer.html +++ b/basics/templates/basics/disclaimer.html @@ -6,6 +6,7 @@ {% block content %}
This work by Gergely Polonkai is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
The articles and thoughts on this site all originate from me, unless otherwise stated. Please use them with this statement in your mind. If you use anything, please put a backlink on your site to the given article(s) or the main page.
The social media icons on the right are from komodomedia.com.
Some design ideas, like the arrows under the menu items are from a friend, Judit Pásti. diff --git a/gergelypolonkaiweb/static/css/front.css b/gergelypolonkaiweb/static/css/front.css index de745ba..887454c 100644 --- a/gergelypolonkaiweb/static/css/front.css +++ b/gergelypolonkaiweb/static/css/front.css @@ -188,6 +188,10 @@ dd p { text-decoration: underline; } +#bottombar img { + vertical-align: middle; +} + #more-posts { margin-top: 1em; text-align: right; diff --git a/gergelypolonkaiweb/templates/front_base.html b/gergelypolonkaiweb/templates/front_base.html index 634cd6a..a57030d 100644 --- a/gergelypolonkaiweb/templates/front_base.html +++ b/gergelypolonkaiweb/templates/front_base.html @@ -63,7 +63,7 @@