Skip to content

Commit b941c02

Browse files
committed
updated
1 parent 89c1148 commit b941c02

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

_layouts/doc.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@
1313
<p>
1414
&nbsp;
1515
</p>
16-
<div class="alert alert-warning">
17-
Docs are incomplete? Outdated? Or you just found a typo?
18-
<a href="https://github.com/Codeception/Codeception/tree/master/docs">Help us improve documentation. Fork it and edit.</a>
19-
</div>
20-
21-
{% include comment.html %}
16+
</div>
2217

2318
</div>
2419
</div>

css/syntax.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.highlight .hll { background-color: #ffffcc }
22
.highlight .c { color: #60a0b0; font-style: italic } /* Comment */
3-
.highlight .err { border: 1px solid #FF0000 } /* Error */
3+
.highlight .err { } /* Error */
44
.highlight .k { color: #CCCCCC; font-weight: bold } /* Keyword */
55
.highlight .o { color: #666666 } /* Operator */
66
.highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */

0 commit comments

Comments
 (0)