Merge commit '6169ec56b31326e56f37ebeb65c6dfda9e477121'

* commit '6169ec56b31326e56f37ebeb65c6dfda9e477121':
  Fixed a typo in the inline list utility.
This commit is contained in:
Chris Eppstein 2010-03-06 12:52:07 -08:00
commit 24d51a543a

View File

@ -10,7 +10,7 @@
padding: 0px
display: inline
// makes an inlin list that is comma delimited.
// makes an inline list that is comma delimited.
// use of this recipe is not recommended at this time due to browser support issues.
//
// use of :content and :after is not fully supported in all browsers.