aboutsummaryrefslogtreecommitdiff
path: root/doc/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-03-26 14:45:00 -0400
committerGraham Christensen <graham@grahamc.com>2018-03-26 14:45:00 -0400
commitda17974541af182f86bd98e992f1c25987adac55 (patch)
tree8eb4b9a15ac01dbf45c481765e57569162ce36a7 /doc/default.nix
parenta80856cec5811b9eb7778b157e5ea943db26e74b (diff)
Move the overridden CSS to overrides.css which can be applied on nixos.org
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/default.nix b/doc/default.nix
index a8f0e935bae5..6f9804417ade 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -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 ''"