Merge pull request #712 from Flatta/trivial-css-impr

Prevent #vstobjects from hiding behind .header when there are no elements in .units
This commit is contained in:
Serghey Rodin 2016-06-30 17:52:27 +03:00 committed by GitHub
commit d12ddbc7b8

View file

@ -2878,12 +2878,10 @@ div.l-content.collapsed .l-sort {
margin-top: 94px;
}
.l-content > .l-center .l-unit:nth-of-type(1) {
padding-top: 260px;
}
.l-content > .l-center .l-unit-ft:nth-of-type(1) {
padding-top: 260px;
.l-content > .units.l-center::before {
content: '';
display: block;
height: 260px;
}
form#vstobjects {