Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 6d6bedd

Browse files
authored
Merge branch 'develop' into script-extensions
2 parents 9360372 + 18749e6 commit 6d6bedd

29 files changed

Lines changed: 584 additions & 417 deletions

Documentation/html_viewer/css/lcdoc.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,16 @@ div.business:before {
224224
overflow-y: scroll;
225225
}
226226

227-
#filters_options td {
228-
padding-right: 10px;
227+
#filters_options td:nth-child(1) {
228+
padding-right: 5px;
229+
}
230+
#filters_options td:nth-child(2) {
231+
padding-left: 5px;
229232
}
230233

234+
#filters_options td {
235+
width: 50%;
236+
}
231237
#filters_options .category {
232238
padding-top: 10px;
233239
}

0 commit comments

Comments
 (0)