add style for code captions;
ignore sidenav headers for HRs Change-Id: I6eb11d3629dd13d2c7ac297cc9fa3828ed59f170
This commit is contained in:
@@ -28,7 +28,7 @@ $(document).ready(function() {
|
||||
$('.scroll-pane').jScrollPane( {verticalGutter:0} );
|
||||
|
||||
// add HRs below all H2s (except for a few other h2 variants)
|
||||
$('h2').not('#qv h2').not('#tb h2').not('#devdoc-nav h2').css({marginBottom:0}).after('<hr/>');
|
||||
$('h2').not('#qv h2').not('#tb h2').not('.sidebox h2').not('#devdoc-nav h2').css({marginBottom:0}).after('<hr/>');
|
||||
|
||||
// set search's onkeyup handler here so we can show suggestions
|
||||
// even while search results are visible
|
||||
|
Reference in New Issue
Block a user