mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
4d31fe1bb0
|
@ -7543,7 +7543,7 @@ text-decoration: none;
|
|||
color: rgba(0,0,0,0.6)
|
||||
}
|
||||
.book .book-body .navigation.navigation-next {
|
||||
right: 10
|
||||
right: 10px
|
||||
}
|
||||
.book .book-body .navigation.navigation-prev {
|
||||
left: 50px
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<a href="http://stackoverflow.com/questions/tagged/arangodb" target="blank">Have any questions?</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.arangodb.org/whats-new" target="_blank">Whats New in this Version?</a>
|
||||
<a href="https://www.arangodb.org/whats-new" target="_blank">Whats New?</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if _divider %}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<link rel="shortcut icon" href="{{ staticBase }}/images/favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="www.arangodb.org/wp-content/themes/triagens/images/favicon.ico" type="image/x-icon">
|
||||
{% block head %}{% endblock %}
|
||||
{{ htmlSnippet("head:end")|default("") }}
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue