integ/css/spel.css
author Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
Fri, 12 Sep 2014 15:28:17 +0200
changeset 136 66972b143124
parent 1 ad760c317293
permissions -rwxr-xr-x
Fixes to puppet provisioning, Puppet_Readme.md added, custom.yaml removed from tracking (error)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     1
.spel-content{
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     2
  min-height: 500px;
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     3
}
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     4
.rotate-90{
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     5
  -webkit-transform: rotate(90deg);
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     6
      -ms-transform: rotate(90deg);
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     7
          transform: rotate(90deg);
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     8
}
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
     9
.spel-content > .row > .chapters{
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    10
  border-right: solid 1px #DDD;
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    11
  min-height: 500px;
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    12
}
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    13
.width100percent{
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    14
  width: 100%;
ad760c317293 first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff changeset
    15
}