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
Raw Normal View History

// jquery vegas, background with opacity, not overlaying
.vegas-background {
2014-03-28 17:21:03 +00:00
opacity: .2;
z-index: -200;
}
2014-03-28 12:30:35 +00:00
// bootstrap navbar, margin-top
.navbar {
margin-top: 20px;
}