integ/css/spel.css
changeset 1 ad760c317293
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/integ/css/spel.css	Fri Feb 21 15:03:09 2014 +0100
@@ -0,0 +1,15 @@
+.spel-content{
+  min-height: 500px;
+}
+.rotate-90{
+  -webkit-transform: rotate(90deg);
+      -ms-transform: rotate(90deg);
+          transform: rotate(90deg);
+}
+.spel-content > .row > .chapters{
+  border-right: solid 1px #DDD;
+  min-height: 500px;
+}
+.width100percent{
+  width: 100%;
+}
\ No newline at end of file