fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/shelfzilla/themes/bootflat/static/less/fixes.less

11 lines
182 B
Plaintext

// jquery vegas, background with opacity, not overlaying
.vegas-background {
opacity: .3;
z-index: -200;
}
// bootstrap navbar, margin-top
.navbar {
margin-top: 20px;
}