From 38eb34625e606caf8742f828522009409378e956 Mon Sep 17 00:00:00 2001 From: Mrt134 Date: Mon, 22 Aug 2016 10:17:12 -0400 Subject: [PATCH] :guilabel: directive change to all handbooks - Fixed themeing slightly for :guilabel: directives. --- .../themes/trueos_style/static/css/trueos_style.css | 7 ++++--- .../_static/trueos_style/static/css/trueos_style.css | 7 ++++--- .../themes/trueos_style/static/css/trueos_style.css | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/api_reference/themes/trueos_style/static/css/trueos_style.css b/docs/api_reference/themes/trueos_style/static/css/trueos_style.css index c42d615..74b7893 100644 --- a/docs/api_reference/themes/trueos_style/static/css/trueos_style.css +++ b/docs/api_reference/themes/trueos_style/static/css/trueos_style.css @@ -3697,13 +3697,14 @@ code.guilabel, .guilabel { border:1px solid #7fbbe3; background:#e7f2fa; font-size:80%; - font-weight:700; + font-weight:600; border-radius:4px; padding:2.4px 3px; margin:auto 2px; - font-family: 'Inconsolata', monospace + font-family: 'Inconsolata', monospace; + text-transform: none } -code + th { background-color: #ede; } diff --git a/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css b/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css index c42d615..74b7893 100644 --- a/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css +++ b/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css @@ -3697,13 +3697,14 @@ code.guilabel, .guilabel { border:1px solid #7fbbe3; background:#e7f2fa; font-size:80%; - font-weight:700; + font-weight:600; border-radius:4px; padding:2.4px 3px; margin:auto 2px; - font-family: 'Inconsolata', monospace + font-family: 'Inconsolata', monospace; + text-transform: none } -code + th { background-color: #ede; } diff --git a/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css b/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css index c42d615..74b7893 100644 --- a/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css +++ b/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css @@ -3697,13 +3697,14 @@ code.guilabel, .guilabel { border:1px solid #7fbbe3; background:#e7f2fa; font-size:80%; - font-weight:700; + font-weight:600; border-radius:4px; padding:2.4px 3px; margin:auto 2px; - font-family: 'Inconsolata', monospace + font-family: 'Inconsolata', monospace; + text-transform: none } -code + th { background-color: #ede; }