File tree Expand file tree Collapse file tree 3 files changed +18
-24
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 3 files changed +18
-24
lines changed Original file line number Diff line number Diff line change 19
19
}
20
20
h1 {
21
21
font-weight : lighter;
22
- letter-spacing : 0.8 ;
23
22
font-size : 3rem ;
24
23
color : var (--dark-text-color );
25
24
margin : 0 ;
@@ -44,7 +43,7 @@ p.lead {
44
43
color : var (--dark-text-color );
45
44
}
46
45
.header .container {
47
- padding : 1rem 1.75 rem 1.75 rem 1.75 rem ;
46
+ padding : 1rem ;
48
47
}
49
48
.header h1 {
50
49
font-size : 2.5rem ;
@@ -65,14 +64,11 @@ p.lead {
65
64
display : inline;
66
65
}
67
66
68
- .footer {
67
+ .environment {
69
68
background : var (--dark-bg-color );
70
69
color : var (--light-text-color );
71
- }
72
- .footer .container {
73
- border-top : 1px solid # e7e7e7 ;
74
- margin-top : 1rem ;
75
70
text-align : center;
71
+ padding : 0.2rem ;
76
72
}
77
73
78
74
.source {
@@ -112,7 +108,7 @@ p.lead {
112
108
}
113
109
.tabs a : link ,
114
110
.tabs a : visited {
115
- padding : 0 rem 1rem ;
111
+ padding : 0 1rem ;
116
112
line-height : 2.7 ;
117
113
text-decoration : none;
118
114
color : var (--dark-text-color );
@@ -152,9 +148,6 @@ p.lead {
152
148
border-radius : 5px ;
153
149
color : # 31708f ;
154
150
}
155
- ul , ol {
156
- line-height : 1.8 ;
157
- }
158
151
159
152
table {
160
153
width : 100% ;
Original file line number Diff line number Diff line change 23
23
24
24
<!-- Header -->
25
25
<div class="header">
26
+ <div class="environment">
27
+ Displayed at <?= esc (date ('H:i:sa ' )) ?> —
28
+ PHP: <?= esc (PHP_VERSION ) ?> —
29
+ CodeIgniter: <?= esc (CodeIgniter::CI_VERSION ) ?> --
30
+ Environment: <?= ENVIRONMENT ?>
31
+ </div>
26
32
<div class="container">
27
33
<h1><?= esc ($ title ), esc ($ exception ->getCode () ? ' # ' . $ exception ->getCode () : '' ) ?> </h1>
28
34
<p>
401
407
</div> <!-- /container -->
402
408
<?php endif ; ?>
403
409
404
- <div class="footer">
405
- <div class="container">
406
-
407
- <p>
408
- Displayed at <?= esc (date ('H:i:sa ' )) ?> —
409
- PHP: <?= esc (PHP_VERSION ) ?> —
410
- CodeIgniter: <?= esc (CodeIgniter::CI_VERSION ) ?> --
411
- Environment: <?= ENVIRONMENT ?>
412
- </p>
413
-
414
- </div>
415
- </div>
416
-
417
410
</body>
418
411
</html>
Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ Please refer to the upgrade instructions corresponding to your installation meth
16
16
Mandatory File Changes
17
17
**********************
18
18
19
+ Error Files
20
+ ===========
21
+
22
+ The error page has been updated. Please update the following files:
23
+
24
+ - app/Views/errors/html/debug.css
25
+ - app/Views/errors/html/error_exception.php
26
+
19
27
****************
20
28
Breaking Changes
21
29
****************
You can’t perform that action at this time.
0 commit comments