learn.css
511 Bytes
body {
padding-top: 65px;
}
img {
display: block;
margin: auto;
width: 80%;
}
/* progress bars have height of 4 pixels */
.progress {height: 4px;}
/* make markdown tables beautiful */
table {
border-collapse: collapse;
margin-left: 50px;
}
thead, tbody, td, th {
padding: 5px;
border-bottom: 1px solid #ddd;
}
textarea {
font-family: monospace !important;
}
/* Hack to avoid name clash between pygments and mathjax */
.MathJax .mo,
.MathJax .mi {
color: inherit;
}