switched to markdown extra, with table styling
This commit is contained in:
parent
43a3635722
commit
27b0b321ac
File diff suppressed because it is too large
Load Diff
|
@ -161,6 +161,33 @@ .content>h1:not(:first-child) {
|
|||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.content table
|
||||
{
|
||||
border-collapse:collapse
|
||||
border:1px solid #eee;
|
||||
width:100%;
|
||||
line-height:1.5em;
|
||||
}
|
||||
|
||||
.content table code
|
||||
{
|
||||
background-color:transparent;
|
||||
font-size:0.9em;
|
||||
}
|
||||
|
||||
.content table td, .content table th
|
||||
{
|
||||
border:1px solid #eee;
|
||||
padding:0.5em 0.7em;
|
||||
vertical-align:middle;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.content table th
|
||||
{
|
||||
background-color:#f5f5f5;
|
||||
}
|
||||
|
||||
.content li
|
||||
{
|
||||
line-height:1.5em;
|
||||
|
|
Loading…
Reference in New Issue