fix multiview style

This commit is contained in:
MaZderMind 2015-12-28 11:26:07 +01:00
parent d1fdb62377
commit 327cbb3cae
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
body.multiview {
.cell {
background-color: white;
margin-top: 15px;
h2 {
font-size: 14px;

View file

@ -152,3 +152,7 @@ nav .button-wrapper > .about {
color: @state-danger-text;
}
}
body.multiview .cell {
color: black;
}