1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Heiko Kernbach 2014-08-26 16:46:34 +02:00
commit 4d31fe1bb0
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 %}

View File

@ -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>