integ/css/spel.css
author cavaliet
Fri, 21 Feb 2014 15:03:09 +0100
changeset 1 ad760c317293
permissions -rw-r--r--
first commit with pdf and more or less integration (for real)

.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%;
}