Skip to content

Commit b80f76c

Browse files
committed
Merge pull request #11 from phpcr/linktoreadthedocs
Linktoreadthedocs
2 parents 4c8b6b9 + 7fe1ee0 commit b80f76c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</head>
1313

1414
<body>
15-
<a href="http://github.com/phpcr/phpcr"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
15+
<a href="http://github.com/phpcr/phpcr"><img id="forkme" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
1616

1717
<div id="layout">
1818

assets/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ body {
22
color: #777;
33
}
44

5+
#forkme {
6+
z-index: 10;
7+
position: absolute;
8+
top: 0;
9+
right: 0;
10+
border: 0;
11+
}
12+
513
.pure-img-responsive {
614
max-width: 100%;
715
height: auto;

documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Documentation
44
---
55
### Tutorials
66

7-
- [The Guide](http://phpcr.readthedocs.org/en/latest/)
7+
- [The Book](http://phpcr.readthedocs.org/en/latest/)
88
- [Integrating with Symfony](/documentation/tutorial/integrating_with_symfony.html)
99

1010
### Reference

0 commit comments

Comments
 (0)