From: Gervase Markham Date: Fri, 21 Nov 2014 17:26:00 +0000 (+0000) Subject: Add Bugzilla logo to top left corner. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=695ec8f7c781bcf1bc01d657c6d84aeb7a2aac47;p=thirdparty%2Fbugzilla.git Add Bugzilla logo to top left corner. --- diff --git a/docs/en/images/bugzilla.png b/docs/en/images/bugzilla.png new file mode 100644 index 0000000000..eb973b43e3 Binary files /dev/null and b/docs/en/images/bugzilla.png differ diff --git a/docs/en/rst/_static/bugzilla.css b/docs/en/rst/_static/bugzilla.css index c8f3529473..06f5c83752 100644 --- a/docs/en/rst/_static/bugzilla.css +++ b/docs/en/rst/_static/bugzilla.css @@ -13,3 +13,9 @@ dt { font-weight: bold; } background-color: lightpink; border: 2px darkred solid; } + +/* Make Buggie's antenna not take up so much space */ +.logo { + display: block; + margin-top: -20px; +} diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index d47c303507..b371d83936 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -149,7 +149,7 @@ html_style = "bugzilla.css" # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = "../images/bugzilla.png" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32