Skip to content

Commit 5ec6214

Browse files
committed
make style look nicer
1 parent 557da5a commit 5ec6214

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

slides/slides.html

+25-7
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,23 @@
6262
li {
6363
line-height: 1.2em;
6464
}
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+
}
6582
</style>
6683
<!-- Slippy init code -->
6784
<script type="text/javascript">
@@ -74,9 +91,9 @@
7491
</head>
7592

7693
<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>
8097
</div>
8198

8299
<div class="slide" style="text-align:center">
@@ -149,7 +166,7 @@ <h1>PHPCR Features</h1>
149166
<p>* Not yet implemented in Jackalope-Jackrabbit</p>
150167
</div>
151168

152-
<div class="slide">
169+
<div class="slide section">
153170
<h1>PHPCR concepts</h1>
154171
</div>
155172

@@ -266,7 +283,7 @@ <h1>PHPCR</h1>
266283
<small style="white-space: nowrap; float:right; font-size: 16pt;">Source: phpcr.github.com</small></p>
267284
</div>
268285

269-
<div class="slide">
286+
<div class="slide section">
270287
<h1>PHPCR code examples</h1>
271288
</div>
272289

@@ -566,7 +583,7 @@ <h1>Doctrine PHPCR ODM</h1>
566583
</ul>
567584
</div>
568585

569-
<div class="slide">
586+
<div class="slide section">
570587
<h1>Conclusions</h1>
571588
</div>
572589

@@ -584,9 +601,10 @@ <h1>Door swings both ways, so remember</h1>
584601
<img src="square_in_a_circle.png" alt="like fitting a square into a circle" />
585602
</div>
586603

587-
<div class="slide" style="text-align:center">
604+
<div class="slide section" style="text-align:center">
588605
<h1>Play with it today!</h1>
589606
<h2><a href="https://github.com/phpcr/phpcr/blob/master/doc/Tutorial.md">PHPCR Tutorial</a></h2><br/>
607+
<br/>
590608
<h1>See it in action!</h1>
591609
<h2><a href="https://github.com/symfony-cmf/cmf-sandbox">Symfony2 CMF sandbox</a></h2>
592610
</div>

0 commit comments

Comments
 (0)