1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Use horizontal input/output images layout in OpenCV.js tutorials

This commit is contained in:
Ningxin Hu
2017-09-27 16:35:43 +08:00
parent 386f402e0c
commit 06d22af2bf
65 changed files with 1163 additions and 555 deletions
@@ -45,10 +45,6 @@ button[disabled] {
color: red;
font-weight: bold;
}
.inputoutput {
margin-top: 1em;
margin-bottom: 1em;
}
.caption {
margin: 0;
font-weight: bold;
@@ -69,3 +65,6 @@ button[disabled] {
.hidden {
display: none;
}
.small {
max-width: 300px;
}