Add two special regions.

This commit is contained in:
Michael Teeuw
2016-04-05 13:39:52 +02:00
parent e2040b7194
commit 638263e8eb
2 changed files with 10 additions and 0 deletions

View File

@@ -74,6 +74,13 @@ sup {
.region {
position: absolute;
}
.region.fullscreen {
position: absolute;
top: -60px;
left: -60px;
right: -60px;
bottom: -60px;
}
.region.right {
right: 0;
}