Support highlight table style
This commit is contained in:
parent
63e3192b27
commit
77f8681ff4
1 changed files with 20 additions and 0 deletions
|
@ -250,6 +250,26 @@ main {
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.highlighttable {
|
||||||
|
width: 100%;
|
||||||
|
table-layout: fixed;
|
||||||
|
|
||||||
|
td {
|
||||||
|
border-style: none;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.linenos {
|
||||||
|
width: 2.5em;
|
||||||
|
|
||||||
|
pre {
|
||||||
|
padding-right: .8em;
|
||||||
|
background-color: inherit;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue