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

Commit aa700cc

Browse files
committed
Merge branch 'hotfix/3.3.4'
2 parents 16d1d43 + 073fcd4 commit aa700cc

File tree

229 files changed

+17804
-422
lines changed

Some content is hidden

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

229 files changed

+17804
-422
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/

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/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)