mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'topic/christian/doc-tweaks' of https://github.com/ckreibich/bro
This commit is contained in:
commit
b6e3603481
4 changed files with 14 additions and 10 deletions
6
CHANGES
6
CHANGES
|
@ -1,4 +1,10 @@
|
|||
|
||||
2.5-332 | 2017-10-27 13:27:16 -0700
|
||||
|
||||
* Bro docs tweaks for correctness and readability. (Christian Kreibich)
|
||||
|
||||
* Fix use-after-free in Trigger.cc. (Johanna Amann)
|
||||
|
||||
2.5-328 | 2017-10-16 13:13:41 -0700
|
||||
|
||||
* Patch OOB write in content-line analyzer.
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5-328
|
||||
2.5-332
|
||||
|
|
12
doc/_static/broxygen.css
vendored
12
doc/_static/broxygen.css
vendored
|
@ -152,12 +152,10 @@ sup, sub {
|
|||
|
||||
pre, code {
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
margin-left: 2em;
|
||||
margin-right: 2em;
|
||||
margin-top: .5em;
|
||||
margin-bottom: 1.5em;
|
||||
word-wrap: normal;
|
||||
overflow: auto;
|
||||
margin-left: 0.25em;
|
||||
margin-right: 0.25em;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
pre, code, tt {
|
||||
|
@ -482,4 +480,4 @@ li {
|
|||
|
||||
.btest-cmd .code pre, .btest-include .code pre {
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
|
|
4
doc/_templates/layout.html
vendored
4
doc/_templates/layout.html
vendored
|
@ -10,7 +10,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
<iframe src="//www.bro.org/frames/header-no-logo.html" width="100%" height="100px" frameborder="0" marginheight="0" scrolling="no" marginwidth="0">
|
||||
<iframe src="https://www.bro.org/frames/header-no-logo.html" width="100%" height="100px" frameborder="0" marginheight="0" scrolling="no" marginwidth="0">
|
||||
</iframe>
|
||||
{% endblock %}
|
||||
|
||||
|
@ -108,6 +108,6 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
<iframe src="//www.bro.org/frames/footer.html" width="100%" height="420px" frameborder="0" marginheight="0" scrolling="no" marginwidth="0">
|
||||
<iframe src="https://www.bro.org/frames/footer.html" width="100%" height="420px" frameborder="0" marginheight="0" scrolling="no" marginwidth="0">
|
||||
</iframe>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue