:linkcss: -:stylesdir: css -:stylesheet: manual-singlepage.css+
2.1.2.RELEASE
= {docs-main}
-{spring-cloud-version}
-== Pick The Documentation Option-
diff --git a/spring-cloud-stream/2.1.2.RELEASE/index.html b/spring-cloud-stream/2.1.2.RELEASE/index.html index 1518ec5f..600f83f2 100644 --- a/spring-cloud-stream/2.1.2.RELEASE/index.html +++ b/spring-cloud-stream/2.1.2.RELEASE/index.html @@ -11,14 +11,12 @@ .hidden { display: none; } - .switch { border-width: 1px 1px 0 1px; border-style: solid; border-color: #7a2518; display: inline-block; } - .switch--item { padding: 10px; background-color: #ffffff; @@ -26,7 +24,6 @@ display: inline-block; cursor: pointer; } - .switch--item.selected { background-color: #7a2519; color: #ffffff; @@ -49,13 +46,11 @@ function addBlockSwitches() { secondary.remove(); }); } - function createBlockSwitch(primary) { blockSwitch = $('
'); primary.prepend(blockSwitch); return blockSwitch; } - function findPrimary(secondary) { candidate = secondary.prev(); while (!candidate.is('.primary')) { @@ -63,7 +58,6 @@ function findPrimary(secondary) { } return candidate; } - function createSwitchItem(block, blockSwitch) { blockName = block.children('.title').text(); content = block.children('.content').first().append(block.next('.colist')); @@ -77,50 +71,38 @@ function createSwitchItem(block, blockSwitch) { blockSwitch.append(item); return {'item': item, 'content': content}; } - $(addBlockSwitches);:linkcss: -:stylesdir: css -:stylesheet: manual-singlepage.css+
2.1.2.RELEASE
= {docs-main}
-{spring-cloud-version}
-== Pick The Documentation Option-