文件
gprMax/docs/source/_static/css/my_theme.css
2015-10-31 20:13:26 +00:00

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;
}