Skip to content

Commit fd332f2

Browse files
authored
Merge pull request #15 from codeigniter4/release-4.1.2
Update for 4.1.2
2 parents 825431d + 8300008 commit fd332f2

File tree

231 files changed

+6491
-27232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+6491
-27232
lines changed

CodeIgniter4.1.2.epub

1.32 MB
Binary file not shown.

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 4d8362292d242df32c0acb4d8f537be8
3+
config: 3808a6f52eac076c58ead49959182cfc
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.nojekyll

Whitespace-only changes.

docs/_static/ajax-loader.gif

-673 Bytes
Binary file not shown.

docs/_static/ci-icon.ico

-5.3 KB
Binary file not shown.

docs/_static/comment-bright.png

-756 Bytes
Binary file not shown.

docs/_static/comment-close.png

-829 Bytes
Binary file not shown.

docs/_static/comment.png

-641 Bytes
Binary file not shown.

docs/_static/css/badge_only.css.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/_static/css/citheme.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,20 @@ body, p, legend {
9595
background-size: 200px;
9696
}
9797

98+
/* -- Breakpoint for large screens (> 900px) --------- */
99+
@media (min-width: 900px) and (max-width: 1100px) {
100+
.wy-nav-content {
101+
max-width: 1620px;
102+
}
103+
}
104+
105+
@media (min-width: 1100px) {
106+
.wy-nav-content {
107+
margin: 0 auto;
108+
max-width: 1620px;
109+
}
110+
}
111+
98112
/* Titles ------------------------------------------------------------------- */
99113

100114
h1, h2, h3, h4, h5, h6 {

0 commit comments

Comments
 (0)