Browse Source

Merge e11ab1ed5c into b03ccff479

pull/139/merge
theurere 12 years ago
parent
commit
59abc17596
  1. 8
      src/styles/components/_presentation.scss

8
src/styles/components/_presentation.scss

@ -55,8 +55,12 @@ @@ -55,8 +55,12 @@
text-shadow: 1px 1px 1px white;
}
.mainPresentation #presentation {
display: block;
.mainPresentation {
position: fixed;
width: 100%;
#presentation {
display: block;
}
}
.presentationpane {

Loading…
Cancel
Save