From 3accfabdfe041cbeef6a58ef98974cc25c0b70b3 Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Mon, 23 Oct 2017 15:10:01 -0700 Subject: [PATCH] Minor Bro docs tweaks for correctness and readability - The protocol seemed to be missing from two frame inclusions, throwing an error message when viewing the page locally. Add "https:". - Reduce whitespace around inline code blocks, where 2em seems really large. --- doc/_static/broxygen.css | 12 +++++------- doc/_templates/layout.html | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/doc/_static/broxygen.css b/doc/_static/broxygen.css index 5259c3adfc..ad06b0f9d9 100644 --- a/doc/_static/broxygen.css +++ b/doc/_static/broxygen.css @@ -152,12 +152,10 @@ sup, sub { pre, code { white-space: pre; - overflow: auto; - margin-left: 2em; - margin-right: 2em; - margin-top: .5em; - margin-bottom: 1.5em; - word-wrap: normal; + overflow: auto; + margin-left: 0.25em; + margin-right: 0.25em; + word-wrap: normal; } pre, code, tt { @@ -482,4 +480,4 @@ li { .btest-cmd .code pre, .btest-include .code pre { margin-left: 0px; -} \ No newline at end of file +} diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 3df56a12ff..4debd1d90e 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -10,7 +10,7 @@ {% endblock %} {% block header %} - {% endblock %} @@ -108,6 +108,6 @@ {% endblock %} {% block footer %} - {% endblock %}