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,13 @@
.deck-container .deck-permalink {
display: none;
position: absolute;
z-index: 4;
bottom: 30px;
right: 0;
width: 48px;
text-align: center;
}
.no-history .deck-container:hover .deck-permalink {
display: block;
}