Adding presentation of Parallelization in EO, dated from July, 18th to tutorial section.
This commit is contained in:
parent
766a8f40d6
commit
4ae75cdef2
26 changed files with 2200 additions and 0 deletions
18
eo/tutorial/Parallelization/css/deck.status.css
Normal file
18
eo/tutorial/Parallelization/css/deck.status.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue