mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Closed unclosed <tt>, working on a complete solution for docrails, but testing push process first
This commit is contained in:
parent
9b1853ee4c
commit
ecb39e6956
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ module HTML
|
|||
# * <tt>:not(selector)</tt> -- Match the element only if the element does not
|
||||
# match the simple selector.
|
||||
#
|
||||
# As you can see, <tt>:nth-child<tt> pseudo class and its variant can get quite
|
||||
# As you can see, <tt>:nth-child</tt> pseudo class and its variant can get quite
|
||||
# tricky and the CSS specification doesn't do a much better job explaining it.
|
||||
# But after reading the examples and trying a few combinations, it's easy to
|
||||
# figure out.
|
||||
|
|
Loading…
Reference in a new issue