[enh] oscar theme redesign added

The original code made by @logico-dev (#559)
This commit is contained in:
Adam Tauber
2016-06-26 01:57:43 +02:00
parent 237d251d14
commit f496dc353d
28 changed files with 511 additions and 101 deletions

View File

@@ -0,0 +1,11 @@
.infobox {
.infobox_part {
margin-bottom: 20px;
word-wrap: break-word;
table-layout: fixed;
}
.infobox_part:last-child {
margin-bottom: 0;
}
}