2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

supress underline on toc

This commit is contained in:
Mark Otto
2020-03-17 12:19:39 -07:00
parent a66e5e6643
commit 685da5c802
+4
View File
@@ -14,6 +14,10 @@
list-style-type: disc;
}
a {
text-decoration: none;
}
a code {
font: inherit;
}