better register contents view

This commit is contained in:
Torsten Ruger
2015-08-08 17:52:24 +03:00
parent b91fabdd90
commit abb22f524b
4 changed files with 20 additions and 14 deletions

View File

@ -32,10 +32,18 @@ $susy: (
}
.register-view {
@include gallery(3);
@include gallery(4);
margin-top: 10px;
}
.field {
@include span(5)
}
.value {
@include span(18)
}
.bright {
background-color: orange ;
}