30 lines
504 B
CSS
30 lines
504 B
CSS
.rst-content code, .rst-content tt {
|
|
background: inherit;
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
.highlight, .highlight .cs {
|
|
background: inherit;
|
|
padding: 0;
|
|
}
|
|
.table-nonfluid {
|
|
width: auto !important;
|
|
}
|
|
div.literal-block-wrapper {
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
div.code-block-caption {
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px 4px 0px 0px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.logo {
|
|
width: 100% !important;
|
|
}
|
|
p.doc-link-caption {
|
|
margin: 0;
|
|
}
|
|
.doc-link-caption .headerlink {
|
|
float: right;
|
|
} |