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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user