work on template

This commit is contained in:
Mark McGranaghan 2012-10-01 09:28:16 -07:00
parent 2c1e578ac3
commit 196b0322f6
2 changed files with 5 additions and 6 deletions

View File

@ -48,6 +48,11 @@ td.code {
width: 100%; width: 100%;
vertical-align: top; vertical-align: top;
border-left: 1px solid #e5e5ee; border-left: 1px solid #e5e5ee;
background: #f0f0f0;
}
td.code.empty {
border-left: none;
background: #ffffff;
} }
pre, code { pre, code {
font-size: 11px; line-height: 16px; font-size: 11px; line-height: 16px;

View File

@ -113,12 +113,6 @@ func main() {
<div id="container"> <div id="container">
<div id="background"></div> <div id="background"></div>
<table cellspacing="0" cellpadding="0"> <table cellspacing="0" cellpadding="0">
<thead>
<tr>
<td class=docs></td>
<td class=code></td>
</tr>
</thead>
<tbody>`, title) <tbody>`, title)
for _, seg := range segs { for _, seg := range segs {