mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Quick Start jump link now works
This commit is contained in:
+2
-2
@@ -24,7 +24,7 @@
|
||||
<div class="project--description">
|
||||
{{ include.description | markdownify }}
|
||||
</div>
|
||||
<div class="btn btn-black uppercase project-quickstart-btn">Quick Start</div> <!-- TODO: this button not working -->
|
||||
<a class="btn btn-black uppercase project-quickstart-btn" href="#quick-start">Quick Start</a> <!-- TODO: this button not working -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -37,7 +37,7 @@
|
||||
<div class="project-body--section">
|
||||
{{ include.body | markdownify }}
|
||||
</div>
|
||||
<div class="project-body--section">
|
||||
<div class="project-body--section" id="quick-start">
|
||||
|
||||
<div class="row-fluid quickstart--container">
|
||||
<div class="quickstart--header js-item-dropdown-widget--wrapper">
|
||||
|
||||
@@ -166,6 +166,9 @@
|
||||
background-color: #666;
|
||||
}
|
||||
|
||||
.project-body--container .project-body--section#quick-start {
|
||||
padding-top: 15px;
|
||||
}
|
||||
.project-body--container .project-body--section {
|
||||
margin-bottom: 30px;
|
||||
padding-right: 20px;
|
||||
@@ -193,6 +196,7 @@
|
||||
|
||||
.quickstart--container {
|
||||
border: 1px solid #34302d;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.quickstart--container .quickstart--title {
|
||||
font-family: "Montserrat", sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user