Browse code

Implement a new fullpage.js based scrolling and slide handling and remove the old one

Benjamin Roth authored on27/03/2015 12:46:35
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+.onepage-valign-top .fp-tableCell {
2
+	vertical-align: top;
3
+}
4
+
5
+.onepage-valign-bottom .fp-tableCell {
6
+	vertical-align: bottom;
7
+}
0 8
\ No newline at end of file