mirror of https://github.com/twbs/bootstrap.git
supress underline on toc
This commit is contained in:
parent
a66e5e6643
commit
685da5c802
|
@ -14,6 +14,10 @@
|
|||
list-style-type: disc;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a code {
|
||||
font: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue