integ/css/spel.css
author cavaliet
Fri, 18 Apr 2014 15:42:04 +0200
changeset 76 36f40d5aa786
parent 1 ad760c317293
permissions -rwxr-xr-x
v0.5.5 js debug
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
}