Simplify help bubbles

This commit is contained in:
Johannes Zellner
2016-12-12 11:26:47 +01:00
parent 79f1cd16a3
commit a372853777
2 changed files with 8 additions and 7 deletions

View File

@@ -151,12 +151,13 @@ html {
margin-top: 0;
}
sup {
top: -1.3em;
}
sup.help a {
.help {
color: #757c82;
font-size: 14px;
&:hover {
color: $navbar-default-link-hover-color;
}
}
h1, h2, h3 {