mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
DOCS-1007: Create sync pattern to pull in the CRD during releases (#1025)
Closes #1007
This commit is contained in:
@ -370,4 +370,14 @@ figcaption {
|
||||
font-size: small;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ---------------------------------------
|
||||
// Fixing table issues from asciidoc -> md
|
||||
// ---------------------------------------
|
||||
|
||||
table thead tr.header {
|
||||
background-color: lightgray;
|
||||
box-shadow: none;
|
||||
}
|
Reference in New Issue
Block a user