fixed table styles

This commit is contained in:
Amy G. Bowersox 2024-08-10 23:30:15 -06:00
parent fbc19e39d7
commit b20313fe4b

View File

@ -36,6 +36,20 @@ div.codehilite {
margin-top: 0.5em; margin-top: 0.5em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
table {
border: 1px;
border-collapse: collapse;
border-spacing: 2px;
line-height: 1.3;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
td {
border: 1px solid #e0e0e0;
}
th {
border: 1px solid #e0e0e0;
}
/* Following are styles generated by Pygments "tango" style */ /* Following are styles generated by Pygments "tango" style */
pre { line-height: 125%; } pre { line-height: 125%; }