oscar template: add infobox

This commit is contained in:
Thomas Pointhuber 2014-10-05 15:29:21 +02:00
parent 517e57b996
commit c36c935b03
5 changed files with 49 additions and 6 deletions

View file

@ -0,0 +1,9 @@
.infobox {
.infobox_part {
margin-bottom: 20px;
}
.infobox_part:last-child {
margin-bottom: 0;
}
}

View file

@ -4,6 +4,8 @@
@import "results.less";
@import "infobox.less";
@import "search.less";
@import "cursor.less";