Browse Source

Center presentation.

pull/71/head
Joachim Bauch 12 years ago
parent
commit
7e43e300bb
  1. 7
      src/styles/components/_presentation.scss

7
src/styles/components/_presentation.scss

@ -76,6 +76,7 @@
canvas { canvas {
position: relative; position: relative;
display: block; display: block;
margin: 0 auto;
} }
} }
@ -118,11 +119,15 @@
margin-top: 20px; margin-top: 20px;
width: 160px; width: 160px;
display: inline-block; display: inline-block;
margin-right: 20px; margin-left: 20px;
cursor: pointer; cursor: pointer;
position: relative; position: relative;
} }
.presentation .thumbnail:first-child {
margin-left: 0;
}
.presentation .thumbnail .caption { .presentation .thumbnail .caption {
padding-bottom: 0; padding-bottom: 0;
text-overflow: ellipsis; text-overflow: ellipsis;

Loading…
Cancel
Save