mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-07 08:48:51 -06:00
49 lines
633 B
CSS
49 lines
633 B
CSS
h1.site-logo {
|
|
font-size: 30px !important;
|
|
}
|
|
|
|
h1.site-logo small {
|
|
font-size: 20px !important;
|
|
}
|
|
|
|
h1.site-logo {
|
|
font-size: 30px !important;
|
|
}
|
|
|
|
h1.site-logo small {
|
|
font-size: 20px !important;
|
|
}
|
|
|
|
tbody, thead, pre {
|
|
border: 1px solid rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
table td, th {
|
|
padding: 8px;
|
|
}
|
|
|
|
table p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
table td code {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
table tr,
|
|
table th {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
table tr:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
pre {
|
|
box-shadow: inherit !important;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.text-align\:center {
|
|
text-align: center;
|
|
} |