Browse Source

Merge e11ab1ed5c into b03ccff479

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

6
src/styles/components/_presentation.scss

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

Loading…
Cancel
Save