mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Disable decoration below the anchor
This commit is contained in:
parent
475d0d8408
commit
21be556592
1 changed files with 2 additions and 0 deletions
|
|
@ -523,6 +523,8 @@ a.anchor {
|
|||
background: #286090;
|
||||
}
|
||||
|
||||
a.anchorjs-link:hover { text-decoration: none; }
|
||||
|
||||
/* Custom, iPhone Retina */
|
||||
@media only screen and (max-width: 480px) {
|
||||
.jumbotron h1 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue