A few more style changes.

This commit is contained in:
Monty Taylor 2012-11-06 04:52:53 +01:00
parent b9529d3156
commit 85bec861d7
2 changed files with 12 additions and 1 deletions

View File

@ -162,6 +162,10 @@ Automated Testing
Automated Everything
</div>
<div class="slide">
<img class="last"
src="graphics/openstack-cloud-software-vertical-large.png" />
</div>
</body>
</html>

View File

@ -69,7 +69,7 @@ div.slide + div[class].slide { page-break-before: always;}
div.center {
float: center;
/* position: absolute; */
top: 50%;display: table-cell; vertical-align: middle;
top: 45%;display: table-cell; vertical-align: middle;
font-size: 160%;
line-height: 1.1em;
}
@ -85,6 +85,13 @@ img.center {
line-height: 1.1em;
}
img.last {
position: absolute;
float: center;
top: 10%;
left: 22%;
}
div.slide h1 {
padding-left: 8em;