css: Move bootstrap modifications to 'combined.css' (StarlingX)

This was done for the 'openstackdocs' theme in change
Ia4732abfc9ad84e92ccc2beafa37c1a35bc10ef1 but was missed for the
'starlingxdocs' theme. Correct this.

Change-Id: I819b4c398a0910468688115e68a0c4b9c2f74369
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-05-29 14:51:10 +01:00
parent e2393e85ef
commit 8aaeb7aaba
1 changed files with 9 additions and 0 deletions

View File

@ -3969,6 +3969,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;