你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 12:36:51 +08:00
28 行
388 B
CSS
28 行
388 B
CSS
@import url("theme.css");
|
|
|
|
/* Main panel */
|
|
.wy-nav-content {
|
|
max-width: 80%;
|
|
}
|
|
|
|
|
|
/* Maths */
|
|
.MathJax_Display {
|
|
text-align: left !important;
|
|
}
|
|
|
|
|
|
/* Citation tables */
|
|
.wy-table-responsive {
|
|
margin: 0;
|
|
border-top: 1px dotted rgba(235,235,235,1) ! important;
|
|
}
|
|
|
|
table.citation td {
|
|
padding: 5px ! important;
|
|
}
|
|
|
|
table.citation td.label {
|
|
width: 100px ! important;
|
|
}
|