Fixes #12685: Display current version under download button on homepage
This commit is contained in:
parent
67c4deb584
commit
4973bfd5d7
3 changed files with 7 additions and 1 deletions
|
|
@ -253,6 +253,11 @@ body {
|
|||
font-size: 20px;
|
||||
color: #fff;
|
||||
}
|
||||
.bs-docs-masthead .version {
|
||||
margin-top: -15px;
|
||||
margin-bottom: 30px;
|
||||
color: #9783b9;
|
||||
}
|
||||
.bs-docs-masthead .btn {
|
||||
width: 100%;
|
||||
padding: 15px 30px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue