Skip to content

Commit 588490b

Browse files
committed
Manuals controls work
1 parent df607d8 commit 588490b

17 files changed

+46
-14
lines changed

res/doc/css/style.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ img.plugin {
119119
border: 2px solid #1b1c22;
120120
}
121121

122-
img.border {
122+
img.border {
123123
border: 2px solid #1b1c22;
124124
}
125125

@@ -1050,10 +1050,22 @@ tr.stroke {
10501050
padding: 8px 8px 0px 0px;
10511051
}
10521052

1053-
.grid-2col .ti-box-youtube {
1053+
.grid-3col {
1054+
display: -ms-grid;
1055+
display: grid;
1056+
grid-gap: 8px 6px;
1057+
grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
1058+
/*grid-template-rows: repeat(2, 203px);*/
1059+
}
1060+
1061+
.grid-2col, .grid-3col, .ti-box-youtube {
10541062
padding: 8px 8px 0px 0px;
10551063
}
10561064

1065+
.center_left, .center_left p {
1066+
text-align: center !important;
1067+
}
1068+
10571069
.tile-inside {
10581070
display: -ms-grid;
10591071
display: grid;
@@ -1480,6 +1492,7 @@ tr.stroke {
14801492
}
14811493

14821494
@media only screen and (min-width : 551px) and (max-width : 710px) {
1495+
14831496
.lsp-content {
14841497
font-size: 13px;
14851498
max-width: 710px;

res/doc/img/controls/knob_blue.png

-1.32 KB
Loading

res/doc/img/controls/knob_cyan.png

1.69 KB
Loading

res/doc/img/controls/knob_green.png

-1.01 KB
Loading

res/doc/img/controls/knob_orange.png

1.78 KB
Loading

res/doc/img/controls/knob_red.png

1.7 KB
Loading

res/doc/img/controls/knob_yellow.png

1.75 KB
Loading

res/doc/img/controls/labels.png

9.42 KB
Loading

res/doc/img/controls/led_bright.png

-456 Bytes
Binary file not shown.

res/doc/img/controls/led_dark.png

-439 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)