1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.

24 lines
418 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;
}