Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make services private if they are only for used for DI #51

Merged
merged 1 commit into from
Mar 2, 2015

Conversation

aschempp
Copy link
Member

@aschempp aschempp commented Mar 2, 2015

No description provided.

@leofeyer leofeyer added this to the 4.0.0 milestone Mar 2, 2015
@leofeyer leofeyer self-assigned this Mar 2, 2015
@leofeyer leofeyer merged commit 0d91ccb into contao:develop Mar 2, 2015
@aschempp aschempp deleted the private-services branch March 2, 2015 21:52
leofeyer pushed a commit that referenced this pull request Sep 12, 2018
Description
-----------

While testing contao/core#8864 I noticed that the back end login of Contao 4.5 and 4.6 looks like this in IE 11:

![ie11screenshot](https://user-images.githubusercontent.com/4970961/45218806-1f59dc00-b2a9-11e8-8980-8ea4ba74d291.png)

This is because Contao 4.5 started using the `<main>` element for the `#main` container. However, IE 11 treats this as an _inline_ element by default.

See also necolas/normalize.css#727

I think this should probably also be added to the `reset.css` of the Contao CSS framework?
https://github.com/contao-components/contao/blob/8.0.2/css/reset.css#L55-L57
```diff
-header,footer,nav,section,aside,article,figure,figcaption {
+header,footer,nav,section,aside,article,figure,figcaption,main {
 	display:block;
 }
```

Commits
-------

83e01d11 fix CSS for IE11
6b9f7aa5 Merge branch '4.6' into ie-fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants