Skip to content

Commit 12832ab

Browse files
committed
styles improved
1 parent 38f1a0d commit 12832ab

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

_layouts/doc.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<div class="content page" id="page">
77
<div>
88
{{ content }}
9+
10+
11+
<div class="alert alert-warning">
12+
<p class="lead">
13+
Docs are incomplete? Outdated? Maybe it even misled you? Or you just found a typo?
14+
<a href="https://github.com/Codeception/Codeception/tree/master/docs">Help us improve documentation. Fork it and edit.</a>
15+
</p>
16+
</div>
17+
918
</div>
1019
</div>
1120
</div>
@@ -42,11 +51,7 @@
4251

4352
</div>
4453
</div>
45-
<div class="row">
46-
<p class="lead">
47-
Docs are note complete? Outdated? Maybe it even mislead you? Or you just found a typo?
48-
<a href="https://github.com/codeception/codeception/docs">Help us improve documentation. Fork it and edit.</a>
49-
</p>
54+
<div class="container">
5055

5156
{% include comment.html %}
5257

css/codeception.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ body .hero-unit h1 {
4040
}
4141

4242
pre code {
43-
font-size: 17px;
43+
font-size: 15px;
4444
white-space: pre !important;
45+
word-wrap: normal !important;
4546
}
4647

4748
body .highlight pre {

images/coverage.png

26.7 KB
Loading

0 commit comments

Comments
 (0)