Adding presentation of Parallelization in EO, dated from July, 18th to tutorial section.

This commit is contained in:
Benjamin Bouvier 2012-07-18 17:12:48 +02:00
commit 4ae75cdef2
26 changed files with 2200 additions and 0 deletions

View file

@ -0,0 +1,18 @@
.deck-container .deck-status {
position: absolute;
bottom: 10px;
right: 5px;
color: #888;
z-index: 3;
margin: 0;
}
body.deck-container .deck-status {
position: fixed;
}
@media print {
.deck-status {
display: none;
}
}