Skip to content

Commit 7dd4977

Browse files
committed
Get rid of generated anchors from markdown file, improve styling
Fixes jquery-validation/jquery-validation#1369
1 parent 5ce5145 commit 7dd4977

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

style.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Description: jQuery Validation Plugin Theme based on twentytwelve
1111

1212
/* show anchor on hover, adjust offset */
1313
* > .anchor-link {
14-
margin-left: -9px;
14+
margin-left: -20px;
15+
width: 15px;
16+
display: inline-block;
1517
visibility: hidden;
1618
text-decoration: none;
1719
color: black;
@@ -20,6 +22,11 @@ Description: jQuery Validation Plugin Theme based on twentytwelve
2022
visibility: inherit;
2123
}
2224

25+
/* hide anchors generated for markdown file headers */
26+
.toc-link {
27+
display: none;
28+
}
29+
2330
/* logo */
2431
.site-title a {
2532
display: block !important;

0 commit comments

Comments
 (0)