integ/css/spel.css
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 23 May 2014 11:48:20 +0200
changeset 103 3acfdf462523
parent 1 ad760c317293
permissions -rwxr-xr-x
Added tag V00.05.16 for changeset 0fdc24dea11f

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