mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 04:35:53 -06:00
templates: Add support for success/fail styling in continue block.
This commit is contained in:
parent
18065936d8
commit
25eb225446
@ -446,6 +446,16 @@ article.docs .continue p {
|
|||||||
margin-right: .9375rem;
|
margin-right: .9375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article.docs .continue .success {
|
||||||
|
margin-left: .9375rem;
|
||||||
|
border-left: .2rem solid green;
|
||||||
|
}
|
||||||
|
|
||||||
|
article.docs .continue .fail {
|
||||||
|
margin-left: .9375rem;
|
||||||
|
border-left: .2rem solid firebrick;
|
||||||
|
}
|
||||||
|
|
||||||
article.docs .footnotes {
|
article.docs .footnotes {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
padding-top: .25rem;
|
padding-top: .25rem;
|
||||||
|
|||||||
@ -28,7 +28,7 @@ Template:
|
|||||||
- assets/css/opensans.css?2016100501
|
- assets/css/opensans.css?2016100501
|
||||||
- assets/css/ropasans.css?2016100501
|
- assets/css/ropasans.css?2016100501
|
||||||
- assets/css/vendor/featherlight/featherlight-1.7.12.min.css
|
- assets/css/vendor/featherlight/featherlight-1.7.12.min.css
|
||||||
- assets/css/style.css?2016121201
|
- assets/css/style.css?2018013001
|
||||||
Scripts:
|
Scripts:
|
||||||
- assets/js/vendor/jquery/jquery-3.3.1.min.js
|
- assets/js/vendor/jquery/jquery-3.3.1.min.js
|
||||||
- assets/js/vendor/js-cookie/js.cookie-2.2.0.min.js
|
- assets/js/vendor/js-cookie/js.cookie-2.2.0.min.js
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user