Skip to content

Commit

Permalink
Use CSS3 rotation too.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 10, 2014
1 parent 728c1d2 commit f27d788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kronolith/themes/default/screen.css
Expand Up @@ -124,6 +124,7 @@ table.kronolith-view.kronolith-sidebyside .kronolith-all-day td.kronolith-first-
display: block;
margin-top: 10px;
white-space: nowrap;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
}
Expand Down

0 comments on commit f27d788

Please sign in to comment.