mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #29102 from Prasadayus:Doc_optimization_followup
[FOLLOW UP] Update documentation for Imgproc, 3d, and App modules tutorials #29102 This PR is a follow-up to https://github.com/opencv/opencv/pull/29091 and https://github.com/opencv/opencv/pull/29100, continuing the series of documentation updates for the Imgproc, 3d, and App modules tutorials. To be merged after: https://github.com/opencv/opencv/pull/29091 and https://github.com/opencv/opencv/pull/29100 ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [x] There is a reference to the original bug report and related work - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [x] The feature is well documented and sample code can be built with the project CMake
This commit is contained in:
committed by
GitHub
parent
b0027c938f
commit
98d75abf2d
@@ -57,7 +57,11 @@ html[data-theme="dark"] .bd-article-container a:hover { color: #6cb6ff !importan
|
||||
.opencv-meta-table .pst-scrollable-table-container { margin: 0 !important; padding: 0 !important; }
|
||||
.opencv-meta-table table { margin-bottom: 0 !important; }
|
||||
.opencv-meta-table + p,
|
||||
div.opencv-meta-table + p { margin-top: 1.5rem !important; }
|
||||
.opencv-meta-table + ul,
|
||||
.opencv-meta-table + ol,
|
||||
div.opencv-meta-table + p,
|
||||
div.opencv-meta-table + ul,
|
||||
div.opencv-meta-table + ol { margin-top: 1.5rem !important; }
|
||||
.opencv-meta-table .pst-scrollable-table-container,
|
||||
.opencv-meta-table table,
|
||||
table.opencv-meta-table {
|
||||
@@ -95,6 +99,12 @@ table.opencv-meta-table tr:last-child td { border-bottom: none; }
|
||||
table.opencv-meta-table td:last-child { border-right: none; }
|
||||
.opencv-meta-table table thead,
|
||||
table.opencv-meta-table thead { display: none; }
|
||||
.opencv-meta-table td hr.cv-rowdiv {
|
||||
margin: 4px -1rem;
|
||||
border: none;
|
||||
border-top: 1px solid var(--pst-color-border);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
html[data-theme="dark"] .opencv-meta-table table,
|
||||
html[data-theme="dark"] table.opencv-meta-table {
|
||||
|
||||
Reference in New Issue
Block a user