| author | cavaliet |
| Tue, 11 Mar 2014 17:43:28 +0100 | |
| changeset 15 | acf4460a8074 |
| parent 1 | ad760c317293 |
| permissions | -rwxr-xr-x |
|
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 |
} |