- yweb: disable horizontal scrolling in screenshot-pages

This commit is contained in:
svenhoefer
2013-02-04 15:07:27 +01:00
parent 1c85803632
commit 01c6cf0104
3 changed files with 16 additions and 4 deletions

View File

@@ -846,3 +846,11 @@ a.timer {
.lt_table td {
white-space: pre-wrap;
}
/* screenshots */
td.shot {
vertical-align: top;
}
img#shot {
width: 100%;
}