Do not underline API doc links

pull/411/head
Seth Vargo 10 years ago
parent b0045c4e13
commit b5d5af813a

@ -159,6 +159,15 @@ body.layout-intro{
-webkit-font-smoothing: antialiased;
}
li p a, li a {
text-decoration: none;
&:hover {
cursor: default;
text-decoration: none;
}
}
pre{
margin: 0 0 18px;
}

@ -25,6 +25,3 @@
@import "_community";
@import "_docs";
@import "_downloads";
// Components w/ JavaScript
/*@import "modals.less";*/

Loading…
Cancel
Save