Commit f8673e2a authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1efc3e3e
......@@ -161,7 +161,9 @@ if($_GET["action"] == "filme"){
}
</style>';
$JavaScript = '<style>th.rotate {
$JavaScript = '<style>
th{text-align: center;}
th.rotate {
/* Something you can count on */
height: 140px;
white-space: nowrap;
......@@ -170,7 +172,7 @@ if($_GET["action"] == "filme"){
th.rotate > div {
transform:
/* Magic Numbers */
translate(5px, 51px)
translate(10px, 51px)
/* 45 is really 360 - 45 */
rotate(315deg);
width: 30px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment