mirror of
https://github.com/Leaflet/Leaflet.git
synced 2026-02-01 17:27:23 +00:00
minor docs tweaks
This commit is contained in:
parent
fbee47053f
commit
463f61ff5c
@ -73,6 +73,7 @@ if (toc) {
|
||||
|
||||
window.addEventListener('load', function () {
|
||||
var currentHash = window.location.hash;
|
||||
if (!currentHash) return;
|
||||
var elem = document.querySelector(currentHash);
|
||||
|
||||
if (elem.tagName === 'H2' || elem.tagName === 'H4') {
|
||||
|
||||
@ -199,7 +199,7 @@ p.tagline {
|
||||
padding: 0 30px;
|
||||
text-align: center;
|
||||
font-size: 1.25em;
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 30px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
@ -273,8 +273,8 @@ p.tagline {
|
||||
|
||||
.map-home {
|
||||
height: 300px;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.usedby-title {
|
||||
@ -795,7 +795,7 @@ table.plugins td:first-child a {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.api-page p {
|
||||
main .api-page p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user