From: John Dallahan Date: Wed, 24 Feb 2016 16:50:28 +0000 (+0200) Subject: Merge branch 'master' into page-placeholders X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/commitdiff_plain/refs/pull/29/head?hp=fba24f681711796fc6c054532c0e55f6d7eb80c9 Merge branch 'master' into page-placeholders --- diff --git a/static/css/style.css b/static/css/style.css index d076d4280..256df8a8f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -54,6 +54,7 @@ a { align-items: center; border-bottom: 1px solid var(--border-color); z-index: 100; + padding-right: 5px; } @media all and (max-width: 600px) { @@ -63,16 +64,10 @@ a { } .navbar a { + margin-top: 2px; height: 40px; } -a.nav-light { - background-color: #eee; - height: 44px; - padding: 2px; - margin-right: 3px; -} - .nlogo { height: 40px; } @@ -199,7 +194,7 @@ div.artlist { flex-wrap: wrap; justify-content: flex-start; align-items: stretch; - max-width: 600px; + max-width: var(--max-width); margin: 0 auto; margin-top: .5em; } @@ -398,6 +393,10 @@ a.hchild:hover,a.hchild:active { border-radius: calc(var(--box-round) / 2); margin: 5px 0; } + + div.artlist { + padding: 0 .3em; + } } .footer h2,.footer h3 { diff --git a/static/img/logos/PIALogo_white.svg b/static/img/logos/PIALogo_white.svg new file mode 100644 index 000000000..9d277a5e2 --- /dev/null +++ b/static/img/logos/PIALogo_white.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/base.html b/templates/base.html index aa81b930a..eed835043 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,7 +16,7 @@
{% block content %}{% endblock %}