1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00

Add <ol> to nav's comment (#28426)

This commit is contained in:
Shohei Yoshida
2019-03-07 21:38:33 +09:00
committed by Martijn Cuppens
parent 8770b84e84
commit 8896827bd0

View 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;