Skip to content

Commit 19cd670

Browse files
committed
Base theme: Change default element for API options to be on their own line
Also stick multi-line default code blocks closer to their label. Ref jquery/grunt-jquery-content#51
1 parent d8385e2 commit 19cd670

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

themes/jquery/css/base.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2843,12 +2843,14 @@ footer .books li a cite {
28432843
font-size: 16px;
28442844
font-weight: normal;
28452845
color: #333;
2846-
float: right;
28472846
}
28482847

28492848
#options .default {
28502849
margin-bottom: 1em;
2851-
margin-top: -.5em;
2850+
}
2851+
#options .default .syntaxhighlighter {
2852+
/* stick code to label; this is more important! */
2853+
margin-top: 0 !important;
28522854
}
28532855

28542856
.desc {

0 commit comments

Comments
 (0)