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

Commit 3b88dba

Browse files
committedAug 27, 2014
Merge branch 'hotfix/3.3.5'
2 parents aa700cc + 3b1dcfd commit 3b88dba

Some content is hidden

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

76 files changed

+590
-382
lines changed
 

‎.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/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
}

0 commit comments

Comments
 (0)
This repository has been archived.