Skip to content

Commit 4d6e29e

Browse files
author
Davert
committed
redesigning
1 parent 6d5351b commit 4d6e29e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="span9">
77
<div class="hero-unit">
88
<div class="pull-right sample-code">
9-
<?php <br/>
9+
&lt;?php <br/>
1010
$I->am('Testing Framework');<br/>
1111
$I->wantToTest('your Application');<br/>
1212
$I->see('it works!');<br/>

css/codeception.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ body {
66
}
77
body .navbar .navbar-inner {
88
background: url("/images/head_bg.png") repeat-x #656270 !important;
9-
}
9+
}
10+
11+
body .hero-unit {
12+
background: none;
13+
}

0 commit comments

Comments
 (0)