Skip to content

Commit d110b9a

Browse files
committed
remove inline styles
1 parent ca2710c commit d110b9a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

css/codeception.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,10 @@ body .panel-info>.panel-heading {
11951195
background-color: #dddddd;
11961196
}
11971197

1198+
.panel-success img {
1199+
width: 100%;
1200+
}
1201+
11981202
@media screen and (min-width:768px) {
11991203
.main-logo svg,
12001204
.footer-logo img {

quickstart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h4>Unit Testing (only)</h4>
202202
<div class="row">
203203
<div class="col-sm-12 col-md-6">
204204
<div class="panel panel-success">
205-
<img src="/images/codecept_run.gif" style="width:100%;" alt="">
205+
<img src="/images/codecept_run.gif" alt="">
206206
</div>
207207
</div>
208208
<div class="col-sm-12 col-md-6">

0 commit comments

Comments
 (0)