integ/css/spel.css
author Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
Wed, 10 Sep 2014 16:14:03 +0200
changeset 129 3a7a8607d395
parent 1 ad760c317293
permissions -rwxr-xr-x
puppet files and modules for vm provisioning

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