work on template
This commit is contained in:
parent
2c1e578ac3
commit
196b0322f6
@ -48,6 +48,11 @@ td.code {
|
||||
width: 100%;
|
||||
vertical-align: top;
|
||||
border-left: 1px solid #e5e5ee;
|
||||
background: #f0f0f0;
|
||||
}
|
||||
td.code.empty {
|
||||
border-left: none;
|
||||
background: #ffffff;
|
||||
}
|
||||
pre, code {
|
||||
font-size: 11px; line-height: 16px;
|
||||
|
@ -113,12 +113,6 @@ func main() {
|
||||
<div id="container">
|
||||
<div id="background"></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<td class=docs></td>
|
||||
<td class=code></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>`, title)
|
||||
|
||||
for _, seg := range segs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user