mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 17:41:59 +02:00
EUCAST update, as.mo bugfix for empty vlaues
This commit is contained in:
@ -59,7 +59,7 @@ a pre[href], a pre[href]:hover, a pre[href]:focus {
|
||||
|
||||
/* syntax font */
|
||||
pre, code {
|
||||
font-family: 'Courier New';
|
||||
font-family: 'Courier New', monospace;
|
||||
font-size: 100% !important;
|
||||
font-weight: bold;
|
||||
background-color: transparent;
|
||||
@ -102,6 +102,15 @@ help {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Date of vignettes */
|
||||
.template-article .date:before {
|
||||
content: 'Last updated: ';
|
||||
}
|
||||
.template-article .date {
|
||||
font-size: 14px;
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
/* more space between icon and text in top menu */
|
||||
#navbar .fa,
|
||||
#navbar .fab,
|
||||
|
@ -38,3 +38,5 @@ $( document ).ready(function() {
|
||||
// Edit title of manual
|
||||
$('.template-reference-index h1').text('Manual');
|
||||
});
|
||||
|
||||
$('head').append("<!-- Matomo --><script type='text/javascript'> var _paq = _paq || []; /* tracker methods like 'setCustomDimension' should be called before 'trackPageView' */ _paq.push(['setDomains', ['*.msberends.gitlab.io/AMR','*.msberends.github.io/AMR']]); _paq.push(['enableCrossDomainLinking']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u='https://analyse.uscloud.nl/'; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', '3']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })();</script><!-- End Matomo Code -->");
|
||||
|
Reference in New Issue
Block a user