mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:42:22 +02:00
(v0.7.1.9009) note for WHOCC
This commit is contained in:
@ -187,8 +187,10 @@ table a:not(.btn):hover, .table a:not(.btn):hover {
|
||||
|
||||
/* text below header in manual overview */
|
||||
.template-reference-index h2 ~ p {
|
||||
font-size: 110%;
|
||||
/* font-weight: bold; */
|
||||
font-size: 16px;
|
||||
}
|
||||
.template-reference-topic h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
/* logos on index page */
|
||||
|
@ -46,6 +46,9 @@ $( document ).ready(function() {
|
||||
window.location.replace(url_new);
|
||||
}
|
||||
|
||||
// Replace 'Value' in manual to 'Returned value'
|
||||
$(".template-reference-topic h2#value").text("Returned value");
|
||||
|
||||
// PR for 'R for Data Science' on How To pages
|
||||
if ($(".template-article").length > 0) {
|
||||
$('#sidebar').prepend(
|
||||
|
Reference in New Issue
Block a user