New Bro Manual Development Edition and basic.css to fix btest output overflow problem (Update 1).

This commit is contained in:
Rafael Bonilla 2013-11-21 12:56:00 -06:00
parent 69ef268a44
commit a33d25b3bd
6 changed files with 647 additions and 5 deletions

View file

@ -439,8 +439,17 @@ td.linenos pre {
color: #aaa;
}
.highlight-guess {
overflow:auto;
}
.highlight-none {
overflow:auto;
}
table.highlighttable {
margin-left: 0.5em;
overflow:scroll;
}
table.highlighttable td {