style: fixed some wrong less arguments used.

This commit is contained in:
Marcin Kuzminski 2017-02-07 16:14:24 +01:00
parent 4326092878
commit 6b600fa872
3 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@ input[type="button"] {
}
&:disabled {
.border ( @border-thickness-buttons, @grey4 );
background-color: none;
background-color: transparent;
}
}

View file

@ -1016,7 +1016,7 @@ table.cb {
display: block;
white-space: pre-wrap;
font-family: @font-family-monospace;
word-break: break-word;
word-break: break-all;
.nonl {
color: @color5;
}

View file

@ -11,7 +11,7 @@ form.rcform {
padding: 0;
border: none;
}
label { display: inline; border:none; padding:none; }
label { display: inline; border:none; padding:0; }
.label { display: none; }
max-width: 940px;