Commit f8673e2a authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1efc3e3e
...@@ -161,7 +161,9 @@ if($_GET["action"] == "filme"){ ...@@ -161,7 +161,9 @@ if($_GET["action"] == "filme"){
} }
</style>'; </style>';
$JavaScript = '<style>th.rotate { $JavaScript = '<style>
th{text-align: center;}
th.rotate {
/* Something you can count on */ /* Something you can count on */
height: 140px; height: 140px;
white-space: nowrap; white-space: nowrap;
...@@ -170,7 +172,7 @@ if($_GET["action"] == "filme"){ ...@@ -170,7 +172,7 @@ if($_GET["action"] == "filme"){
th.rotate > div { th.rotate > div {
transform: transform:
/* Magic Numbers */ /* Magic Numbers */
translate(5px, 51px) translate(10px, 51px)
/* 45 is really 360 - 45 */ /* 45 is really 360 - 45 */
rotate(315deg); rotate(315deg);
width: 30px; 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