Flexbox: add link to tutorial and removes whitespace before colon

This commit is contained in:
PhilippeVay 2014-01-25 10:15:51 +01:00
parent 37150f2ec0
commit f93f2af058

View File

@ -1,5 +1,6 @@
/* flexbox layout */
/* flexbox layout
Tutorial: http://knacss.com/demos/tutoriel.html#flex */
.flex {
display: -webkit-box;
display: -moz-box;