Fixed logo.

This commit is contained in:
2021-02-27 22:02:45 +01:00
parent 58851f6ced
commit 53198a8261
2 changed files with 7 additions and 5 deletions
+4 -3
View File
@@ -37,7 +37,7 @@ nav { font-family: sans-serif}
border: 1px solid #aacbe2; } border: 1px solid #aacbe2; }
.error { background: #f0d6d6; padding: 0.5em; } .error { background: #f0d6d6; padding: 0.5em; }
.logo { filter: invert(1); vertical-align: center; width="20" height="20"; } .logo { filter: invert(1); vertical-align: middle; width="20" height="20"; }
.wikilink:before { .wikilink:before {
content: "[[" content: "[["
@@ -49,14 +49,15 @@ nav { font-family: sans-serif}
.navigation { .navigation {
width: 100%; width: 100%;
vertical-align: center; vertical-align: middle;
height: 30px;
} }
.navigation-item { .navigation-item {
} }
.mini-cli { .mini-cli {
width: 28%; width: 530px;
} }
.node, .context, .stoa { .node, .context, .stoa {
+3 -2
View File
@@ -29,7 +29,7 @@
<link rel="search" type="application/opensearchdescription+xml" <link rel="search" type="application/opensearchdescription+xml"
title="Agora" href={{url_for('agora.search_xml')}}> title="Agora" href={{url_for('agora.search_xml')}}>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='css/screen-dark.css')}}?uncached10" id="theme-link" /> <link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='css/screen-dark.css')}}?uncached11" id="theme-link" />
<script type=text/javascript src="{{url_for('static', filename='js/main.js')}}"></script> <script type=text/javascript src="{{url_for('static', filename='js/main.js')}}"></script>
<!-- considering this way of integrating hypothesis, although I like "standard" (sidebar) mode. <!-- considering this way of integrating hypothesis, although I like "standard" (sidebar) mode.
<script type="application/json" class="js-hypothesis-config"> <script type="application/json" class="js-hypothesis-config">
@@ -43,7 +43,8 @@
</head> </head>
<body> <body>
<nav class="navigation"> <nav class="navigation">
<a href="/"><img style="display: inline;" src="/static/img/agora.png" class="logo" width="20" height="20"></a> <a href="/"><img src="/static/img/agora.png" class="logo" width="20px" height="20px"></a>
<strong>anagora.org</strong>
| |
<a href="/nodes">nodes</a> <a href="/nodes">nodes</a>
| |