]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add <ol> to nav's comment (#28426)
authorShohei Yoshida <fellows3@gmail.com>
Thu, 7 Mar 2019 12:38:33 +0000 (21:38 +0900)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 7 Mar 2019 12:38:33 +0000 (13:38 +0100)
scss/_nav.scss

index e5519b3a4d2d2e0b0111faf5a18fc01deb262f26..2085d06f6742f4d1ef11fc299253cba55c62a7dd 100644 (file)
@@ -1,7 +1,7 @@
 // Base class
 //
 // Kickstart any navigation component with a set of style resets. Works with
-// `<nav>`s or `<ul>`s.
+// `<nav>`s, `<ul>`s or `<ol>`s.
 
 .nav {
   display: flex;