corrections de doc
This commit is contained in:
parent
5144392b0f
commit
2eaf0b4a7d
2 changed files with 4 additions and 15 deletions
|
@ -79,7 +79,7 @@ Voici les principales modifications dont il faudra tenir compte lors d'une bascu
|
|||
|
||||
#### Alignements et flottants
|
||||
|
||||
La rétrocompatibilité n'est pas préservée pour certains noms de classes ( `.left`, `.start`, `.txtleft`, `.fl`, `.table-`, `.flex-start`, `.flex-end`) :
|
||||
La rétrocompatibilité n'est pas préservée pour certains noms de classes ( `.left`, `.start`, `.fl`, `.table-`, `.flex-start`, `.flex-end`) :
|
||||
|
||||
- `.left` ne correspond plus à un `float: left` mais à un `margin-right: auto`, il faut dorénavant employer `.fl` pour obtenir un flottant à gauche
|
||||
- `.right` ne correspond plus à un `float: right` mais à un `margin-left: auto`, il faut dorénavant employer `.fr` pour obtenir un flottant à droite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue