Move the overridden CSS to overrides.css which can be applied on nixos.org

This commit is contained in:
Graham Christensen
2018-03-26 14:45:00 -04:00
parent a80856cec5
commit da17974541
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ pkgs.stdenv.mkDerivation {
xsltFlags = lib.concatStringsSep " " [
"--param section.autolabel 1"
"--param section.label.includes.component.label 1"
"--stringparam html.stylesheet 'style.css'"
"--stringparam html.stylesheet 'style.css overrides.css'"
"--param xref.with.number.and.title 1"
"--param toc.section.depth 3"
"--stringparam admon.style ''"