index
:
pelican-themes
isso
master
myblog
static_comments
Themes for Pelican
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pelican-bootstrap3
/
static
/
js
/
bodypadding.js
blob: 2a5b74c2ccc10c852fa9fc5dacb9c47e8fa98ebb (
plain
) (
blame
)
1
2
3
$
(
document
).
ready
(
function
(){
$
(
'body'
).
css
(
'padding-top'
,
$
(
'.navbar'
).
height
()+
'px'
);
});