From: Pieter Lexis Date: Tue, 12 Aug 2014 15:23:47 +0000 (+0200) Subject: CSS fixes X-Git-Tag: rec-3.7.0-rc1~161^2^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c566b41e90e98718dfba37ee7836743f813cefe6;p=thirdparty%2Fpdns.git CSS fixes --- 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; }