We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce5145 commit 7dd4977Copy full SHA for 7dd4977
style.css
@@ -11,7 +11,9 @@ Description: jQuery Validation Plugin Theme based on twentytwelve
11
12
/* show anchor on hover, adjust offset */
13
* > .anchor-link {
14
- margin-left: -9px;
+ margin-left: -20px;
15
+ width: 15px;
16
+ display: inline-block;
17
visibility: hidden;
18
text-decoration: none;
19
color: black;
@@ -20,6 +22,11 @@ Description: jQuery Validation Plugin Theme based on twentytwelve
20
22
visibility: inherit;
21
23
}
24
25
+/* hide anchors generated for markdown file headers */
26
+.toc-link {
27
+ display: none;
28
+}
29
+
30
/* logo */
31
.site-title a {
32
display: block !important;
0 commit comments