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 d8385e2 commit 19cd670Copy full SHA for 19cd670
themes/jquery/css/base.css
@@ -2843,12 +2843,14 @@ footer .books li a cite {
2843
font-size: 16px;
2844
font-weight: normal;
2845
color: #333;
2846
- float: right;
2847
}
2848
2849
#options .default {
2850
margin-bottom: 1em;
2851
- margin-top: -.5em;
+}
+#options .default .syntaxhighlighter {
2852
+ /* stick code to label; this is more important! */
2853
+ margin-top: 0 !important;
2854
2855
2856
.desc {
0 commit comments