Skip to content

Commit 551eb05

Browse files
committed
quickstart remove inline styles
1 parent f97919a commit 551eb05

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

css/codeception.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,4 +1111,13 @@ body .panel-info>.panel-heading {
11111111
position: fixed;
11121112
right: 10px;
11131113
bottom: 0;
1114+
}
1115+
1116+
.quickstart-panel {
1117+
box-shadow: 5px 5px 5px #0000004f;
1118+
font-size: 16px;
1119+
}
1120+
1121+
.quickstart-panel .panel-heading a {
1122+
float: right;
11141123
}

quickstart.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ <h1>
3535
<div class="row">
3636
<div class="col-xs-12 col-lg-6 col-lg-offset-3">
3737

38-
<div class="panel panel-info" style="zoom: 1.2;
39-
box-shadow: 5px 5px 5px #0000004f;">
38+
<div class="panel panel-info quickstart-panel">
4039
<div class="panel-heading">
4140

42-
<a href="/install" style="float: right">Alternative Installations &raquo;</a>
43-
<h4 class="panel-title">1. Install</h4></div>
41+
<a href="/install">Alternative Installations &raquo;</a>
42+
<h4 class="panel-title">1.Install</h4></div>
4443
<div class="panel-body text-center">
4544
<div class="">
4645

0 commit comments

Comments
 (0)