repo.or.cz
/
deck.js.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old FF iframe bug workaround, closes #125
[deck.js.git]
/
extensions
/
status
/
deck.status.scss
blob
d57af24bfe73c10e66dde131b2e9f0744f8e9ff0
1
.deck-container {
2
.deck-status {
3
position:absolute;
4
bottom:10px;
5
right:5px;
6
color:#888;
7
z-index:3;
8
margin:0;
9
}
10
}
11
12
body.deck-container {
13
.deck-status {
14
position:fixed;
15
}
16
}
17
18
@media print {
19
.deck-status {
20
display:none;
21
}
22
}