fix: Left off css changes

pull/1857/head
Iglocska 2017-01-19 09:20:07 +01:00
parent 5ca1bc282e
commit 4b45d2775d
1 changed files with 4 additions and 0 deletions

View File

@ -1636,6 +1636,10 @@ table.table.table-striped tr.deleted_row td {
width:100%;
}
.screenshot-collapsed {
width:200px;
}
@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}