62
62
li {
63
63
line-height : 1.2em ;
64
64
}
65
+ .footer , h1 {
66
+ background : # eeeeee ;
67
+ border : solid # cccccc 1px ;
68
+ border-radius : 5px ;
69
+ padding : 8px ;
70
+ }
71
+ .section h1 {
72
+ background : # fff ;
73
+ border : none;
74
+ font-size : 2em ;
75
+ }
76
+ .footer {
77
+ background : # fff ;
78
+ margin : 10px ;
79
+ margin-top : 0 ;
80
+ width : 97% ;
81
+ }
65
82
</ style >
66
83
<!-- Slippy init code -->
67
84
< script type ="text/javascript ">
74
91
</ head >
75
92
76
93
< body >
77
- < div class ="slide " style ="text-align:center ">
78
- < h1 > PHP Content Repository Specification </ h1 >
79
- < h1 > < a href ="http://phpcr.github.com "> phpcr.github.com</ a > </ h1 >
94
+ < div class ="slide section " style ="text-align:center ">
95
+ < h1 > PHP Content Repository</ h1 >
96
+ < h2 > < a href ="http://phpcr.github.com "> phpcr.github.com</ a > </ h2 >
80
97
</ div >
81
98
82
99
< div class ="slide " style ="text-align:center ">
@@ -149,7 +166,7 @@ <h1>PHPCR Features</h1>
149
166
< p > * Not yet implemented in Jackalope-Jackrabbit</ p >
150
167
</ div >
151
168
152
- < div class ="slide ">
169
+ < div class ="slide section ">
153
170
< h1 > PHPCR concepts</ h1 >
154
171
</ div >
155
172
@@ -266,7 +283,7 @@ <h1>PHPCR</h1>
266
283
< small style ="white-space: nowrap; float:right; font-size: 16pt; "> Source: phpcr.github.com</ small > </ p >
267
284
</ div >
268
285
269
- < div class ="slide ">
286
+ < div class ="slide section ">
270
287
< h1 > PHPCR code examples</ h1 >
271
288
</ div >
272
289
@@ -566,7 +583,7 @@ <h1>Doctrine PHPCR ODM</h1>
566
583
</ ul >
567
584
</ div >
568
585
569
- < div class ="slide ">
586
+ < div class ="slide section ">
570
587
< h1 > Conclusions</ h1 >
571
588
</ div >
572
589
@@ -584,9 +601,10 @@ <h1>Door swings both ways, so remember</h1>
584
601
< img src ="square_in_a_circle.png " alt ="like fitting a square into a circle " />
585
602
</ div >
586
603
587
- < div class ="slide " style ="text-align:center ">
604
+ < div class ="slide section " style ="text-align:center ">
588
605
< h1 > Play with it today!</ h1 >
589
606
< h2 > < a href ="https://github.com/phpcr/phpcr/blob/master/doc/Tutorial.md "> PHPCR Tutorial</ a > </ h2 > < br />
607
+ < br />
590
608
< h1 > See it in action!</ h1 >
591
609
< h2 > < a href ="https://github.com/symfony-cmf/cmf-sandbox "> Symfony2 CMF sandbox</ a > </ h2 >
592
610
</ div >
0 commit comments