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
Therapeutic refactoring, make interwebs angry
[deck.js.git]
/
extensions
/
status
/
deck.status.scss
blob
d0722bfe5804f167d8e179a927baaf440ad98374
1
.deck-status {
2
position:absolute;
3
bottom:10px;
4
right:5px;
5
color:#888;
6
z-index:3;
7
margin:0;
8
}
9
10
body > .deck-container .deck-status {
11
position:fixed;
12
}
13
14
@media print {
15
.deck-status {
16
display:none;
17
}
18
}