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:
parent
15815e0046
commit
84f25a0ea1
@ -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
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user