Move bootstrap modifications to 'combined.css'

Not the first time we've had to do this [1].

[1] https://github.com/openstack/openstackdocstheme/commit/060bd10072

Change-Id: Ia4732abfc9ad84e92ccc2beafa37c1a35bc10ef1
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-03-06 14:46:35 +00:00 committed by Stephen Finucane
parent 15815e0046
commit 84f25a0ea1
3 changed files with 16 additions and 6 deletions
openstackdocstheme/theme/openstackdocs/static/css

@ -1534,10 +1534,11 @@ samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
} }
code { code {
padding: 0; padding: 2px 4px;
font-size: 100%; font-size: 90%;
font-weight: bold; color: #c7254e;
color: #000; background-color: #f9f2f4;
border-radius: 4px;
} }
kbd { kbd {
padding: 2px 4px; padding: 2px 4px;

File diff suppressed because one or more lines are too long

@ -3957,6 +3957,15 @@ a.gloss.off {
color: #333; color: #333;
cursor: default; } cursor: default; }
code {
padding: 0;
font-size: 100%;
font-weight: bold;
color: #000;
background-color: transparent;
border-radius: 0;
}
pre { pre {
background-color: #333; background-color: #333;
color: #fff; color: #fff;