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.css
blob
17d55ad0db001c7bb5bf571d5b07bd9bcb35ab82
1
.deck-container .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
}