integ/css/spel.css
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 15 Jul 2014 16:58:58 +0200
changeset 123 5f60cf9d2fb9
parent 1 ad760c317293
permissions -rwxr-xr-x
Added tag V00.05.25 for changeset 84d8329efa07

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