Skip to content

Commit fecd5af

Browse files
committed
Updated hedaer
1 parent 1a181be commit fecd5af

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

_theme/phpcr/layout.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
{% block header %}
77
{%- if logo %}
88
<div class="header">
9+
<a href="https://phpcr.github.io">&laquo; Back to PHPCR website</a>
910
<div class="logo">
10-
<a href="https://phpcr.github.io">
11-
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
11+
<a href="https://phpcr.github.io"><img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/></a>
1212
</a>
1313
</div>
14+
<div style="clear: both"></div>
1415
</div>
1516
{%- endif %}
1617
{% endblock %}

_theme/phpcr/static/phpcr.css

+8
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ div.logo {
1212
text-align: left;
1313
padding-top: 0px;
1414
}
15+
16+
div.header a {
17+
color: white;
18+
}
19+
20+
div.header .logo {
21+
float: right;
22+
}

book/getting_started.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Introduction and Getting Stated
2-
===============================
1+
Getting Stated
2+
==============
33

44
This is an introduction into the PHP content repository. You will mostly see code examples. It should work with any PHPCR implementation. We propose using [Jackalope Jackrabbit](https://github.com/jackalope/jackalope-jackrabbit) to get started as it supports all features described here.
55

0 commit comments

Comments
 (0)