fixed table styles
This commit is contained in:
parent
fbc19e39d7
commit
b20313fe4b
|
@ -36,6 +36,20 @@ div.codehilite {
|
|||
margin-top: 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 */
|
||||
pre { line-height: 125%; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user