mirror of https://github.com/apache/cassandra
36 lines
664 B
CSS
36 lines
664 B
CSS
div:not(.highlight) > pre {
|
|
background: #fff;
|
|
border: 1px solid #e1e4e5;
|
|
color: #404040;
|
|
margin: 1px 0 24px 0;
|
|
overflow-x: auto;
|
|
padding: 12px 12px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
a.reference.internal code.literal {
|
|
border: none;
|
|
font-size: 12px;
|
|
color: #2980B9;
|
|
padding: 0;
|
|
background: none;
|
|
}
|
|
|
|
a.reference.internal:visited code.literal {
|
|
color: #9B59B6;
|
|
padding: 0;
|
|
background: none;
|
|
}
|
|
|
|
|
|
/* override table width restrictions */
|
|
.wy-table-responsive table td, .wy-table-responsive table th {
|
|
white-space: normal;
|
|
}
|
|
|
|
.wy-table-responsive {
|
|
margin-bottom: 24px;
|
|
max-width: 100%;
|
|
overflow: visible;
|
|
}
|