mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 07:02:01 +02:00
(v2.1.1.9093) New brand names
This commit is contained in:
@ -119,8 +119,19 @@ body.amr-for-python * {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
/*
|
||||
this shows on top of every sidebar to the right
|
||||
(e.g., on top of Table of Contents)
|
||||
*/
|
||||
.amr-gpt-assistant {
|
||||
margin-top: 10px;
|
||||
border: 2px dashed var(--amr-green-dark);
|
||||
text-align: center;
|
||||
}
|
||||
.amr-gpt-assistant * {
|
||||
width: 90%;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.template-reference-index .section-desc {
|
||||
|
@ -46,7 +46,10 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
// rename 'Package index' to 'Manual' (weird design choice to pick 'Package index')
|
||||
|
||||
if ($(".template-reference-index").length > 0) {
|
||||
$(".template-reference-index .page-header h1").text("Manual");
|
||||
document.title = document.title.replace("Package index", "Manual");
|
||||
}
|
||||
|
||||
// remove leading newline in code examples on changelog
|
||||
if ($("body .template-news").length > 0) {
|
||||
|
Reference in New Issue
Block a user