From c566b41e90e98718dfba37ee7836743f813cefe6 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 12 Aug 2014 17:23:47 +0200 Subject: [PATCH] CSS fixes --- pdns/docs/markdown/authoritative/backend-random.md | 1 + pdns/docs/markdown/theme/css/base.css | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/pdns/docs/markdown/authoritative/backend-random.md b/pdns/docs/markdown/authoritative/backend-random.md index 40a63ec634..658d67aed3 100644 --- a/pdns/docs/markdown/authoritative/backend-random.md +++ b/pdns/docs/markdown/authoritative/backend-random.md @@ -21,4 +21,5 @@ It only makes sense to load the random backend in combination with a regular bac ## Configuration Parameters ### `random-hostname` * String + Hostname for which to supply a random IP address. diff --git a/pdns/docs/markdown/theme/css/base.css b/pdns/docs/markdown/theme/css/base.css index d277adf336..5b9f8a481d 100644 --- a/pdns/docs/markdown/theme/css/base.css +++ b/pdns/docs/markdown/theme/css/base.css @@ -11,6 +11,13 @@ h2 { font-size: 18px; } +h3 { + font-size: 15px; +} + +h4 { + font-size: 13px; +} .dropdown-menu { font-size: 13px; } -- 2.47.2