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

View File

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

File diff suppressed because one or more lines are too long

View File

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