mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-25 01:37:52 -05:00
13 lines
258 B
CSS
13 lines
258 B
CSS
body {
|
|
padding-top: 0;
|
|
}
|
|
|
|
#jasmine_content {
|
|
width: 1000px;
|
|
height: 1000px;
|
|
position: absolute;
|
|
-webkit-transform: rotateY(-90deg);
|
|
-moz-transform: rotateY(-90deg);
|
|
-ms-transform: rotateY(-90deg);
|
|
transform: rotateY(-90deg);
|
|
} |