Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit f6b570a

Browse files
committed
Merge branch 'hotfix/3.3.5' into develop
Conflicts: composer.json composer.lock contao/install.php contao/password.php index.php system/docs/CHANGELOG.md
2 parents e761e1e + 3b1dcfd commit f6b570a

File tree

122 files changed

+1057
-479
lines changed

Some content is hidden

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

122 files changed

+1057
-479
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ nbproject/
1313
# Contao
1414
/.htaccess
1515
/*.xml
16+
/composer
1617
/contao/update.phar.php
1718
/files/*
1819
/assets/css/*
@@ -27,6 +28,8 @@ nbproject/
2728
/system/config/pathconfig.php
2829
/system/cron/cron.txt
2930
/system/logs/*
31+
/system/modules/!composer
32+
/system/modules/*/.skip
3033
/system/tmp/*
3134
/templates/*
3235
/vendor/

.htaccess.default

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ FileETag None
248248
# RewriteRule .*\.txt$ index.php [L] # URL suffix .txt
249249
# RewriteRule .*\.json$ index.php [L] # URL suffix .json
250250
#
251-
# If you do not want to use an URL suffix at all, you have to add a second
251+
# If you do not want to use an URL suffix at all, you have to add a third
252252
# line to prevent URLs that point to folders from being rewritten (see #4031).
253253
#
254254
# RewriteCond %{REQUEST_FILENAME} !-d

assets/contao/css/grid-uncompressed.css

+32
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@
114114
.offset11 { margin-left:890px !important; }
115115
.offset12 { margin-left:970px !important; }
116116

117+
/**
118+
* Floated articles do not have margin
119+
*/
120+
.mod_article.offset1 { margin-left:80px !important; }
121+
.mod_article.offset2 { margin-left:160px !important; }
122+
.mod_article.offset3 { margin-left:240px !important; }
123+
.mod_article.offset4 { margin-left:320px !important; }
124+
.mod_article.offset5 { margin-left:400px !important; }
125+
.mod_article.offset6 { margin-left:480px !important; }
126+
.mod_article.offset7 { margin-left:560px !important; }
127+
.mod_article.offset8 { margin-left:640px !important; }
128+
.mod_article.offset9 { margin-left:720px !important; }
129+
.mod_article.offset10 { margin-left:800px !important; }
130+
.mod_article.offset11 { margin-left:880px !important; }
131+
.mod_article.offset12 { margin-left:960px !important; }
132+
117133
/**
118134
* Reduce the overall width and the width of the grid columns if the screen
119135
* width is less than 980px (e.g. on a portrait tablet)
@@ -174,6 +190,22 @@
174190
.offset10 { margin-left:630px !important; }
175191
.offset11 { margin-left:692px !important; }
176192
.offset12 { margin-left:754px !important; }
193+
194+
/**
195+
* Floated articles do not have margin
196+
*/
197+
.mod_article.offset1 { margin-left:62px !important; }
198+
.mod_article.offset2 { margin-left:124px !important; }
199+
.mod_article.offset3 { margin-left:186px !important; }
200+
.mod_article.offset4 { margin-left:248px !important; }
201+
.mod_article.offset5 { margin-left:310px !important; }
202+
.mod_article.offset6 { margin-left:372px !important; }
203+
.mod_article.offset7 { margin-left:434px !important; }
204+
.mod_article.offset8 { margin-left:496px !important; }
205+
.mod_article.offset9 { margin-left:558px !important; }
206+
.mod_article.offset10 { margin-left:620px !important; }
207+
.mod_article.offset11 { margin-left:682px !important; }
208+
.mod_article.offset12 { margin-left:744px !important; }
177209
}
178210

179211
/**

assets/contao/css/grid.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/contao/css/layout-uncompressed.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ select,input,textarea {
120120
* Custom layout sections
121121
*/
122122
.custom {
123-
display:block;
123+
display:block;
124124
}
125125
#container:after,.custom:after {
126-
content:"";
127-
display:table;
128-
clear:both;
126+
content:"";
127+
display:table;
128+
clear:both;
129129
}

assets/mootools/colorpicker/1.4/css/mooRainbow.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)