Files
scylladb/docs/_static/css/custom.css
Kefu Chai df61c2c2ce docs: add divider using CSS
instead of hardwiring the formatting in the html code, do this using
CSS, more flexible this way.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
(cherry picked from commit ff12f1f678)
2023-11-14 13:59:35 +08:00

39 lines
506 B
CSS

/* Override theme styles */
/* Home */
.topic-box--product p {
margin-bottom: 0;
}
@media screen and (min-width: 640px) {
.hero__title {
max-width: 550px;
}
}
/* Description lists */
.content blockquote {
padding-left: 20px;
}
.content blockquote li p {
margin-bottom: 5px;
}
h3 .pre {
font-size: 16px;
font-weight: bold;
}
hr {
max-width: 100%;
}
dl dt:hover > a.headerlink {
visibility: visible;
}
dl.confval {
border-bottom: 1px solid #cacaca;
}