mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
New Bro Manual Development Edition and basic.css to fix btest output overflow problem (Update 1).
This commit is contained in:
parent
69ef268a44
commit
a33d25b3bd
6 changed files with 647 additions and 5 deletions
9
doc/_static/basic.css
vendored
9
doc/_static/basic.css
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue