Updated documentation

This commit is contained in:
Christoph Oberhofer
2014-11-08 22:09:18 +01:00
parent aaf05e8d6d
commit 8e9cdc11b7
9 changed files with 114 additions and 35 deletions
+10 -5
View File
@@ -109,16 +109,15 @@
@media (max-width: 603px) {
/* line 5, ../sass/phone/_viewport.scss */
#interactive.viewport {
width: 300px;
height: 300px;
width: 100%;
height: auto;
overflow: hidden;
}
/* line 11, ../sass/phone/_viewport.scss */
#interactive.viewport canvas, video {
margin-top: -50px;
width: 300px;
height: 400px;
width: 100%;
height: auto;
}
/* line 15, ../sass/phone/_viewport.scss */
#interactive.viewport canvas.drawingBuffer, video.drawingBuffer {
@@ -130,6 +129,12 @@
margin-top: 5px;
padding-top: 5px;
}
#result_strip ul.thumbnails {
width: 100%;
height: auto;
}
/* line 24, ../sass/phone/_viewport.scss */
#result_strip ul.thumbnails > li {
width: 150px;
+8
View File
@@ -276,6 +276,14 @@ footer {
header ul.github {
display:none;
}
a > img:first-child:last-child {
width: 100%;
}
a > img {
width: 49%;
}
}
@media print {