Skip to content

Commit 6e0a3fa

Browse files
Adding top margin to example header
Closes gh-481 Ref jquery/grunt-jquery-content#95 Ref jquery/api.jquery.com#1157
1 parent fbebe8d commit 6e0a3fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/jquery/css/base.css

+4
Original file line numberDiff line numberDiff line change
@@ -2270,6 +2270,10 @@ footer .books li a cite {
22702270
color: #fff;
22712271
}
22722272

2273+
.entry-example h3 {
2274+
margin-top: 1em;
2275+
}
2276+
22732277
/* Media Queries
22742278
========================================================================== */
22752279

0 commit comments

Comments
 (0)