##// END OF EJS Templates
style: fixed some wrong less arguments used.
marcink -
r1406:1948964e default
parent child Browse files
Show More
@@ -86,7 +86,7 b' input[type="button"] {'
86 86 }
87 87 &:disabled {
88 88 .border ( @border-thickness-buttons, @grey4 );
89 background-color: none;
89 background-color: transparent;
90 90 }
91 91 }
92 92
@@ -1016,7 +1016,7 b' table.cb {'
1016 1016 display: block;
1017 1017 white-space: pre-wrap;
1018 1018 font-family: @font-family-monospace;
1019 word-break: break-word;
1019 word-break: break-all;
1020 1020 .nonl {
1021 1021 color: @color5;
1022 1022 }
@@ -11,7 +11,7 b' form.rcform {'
11 11 padding: 0;
12 12 border: none;
13 13 }
14 label { display: inline; border:none; padding:none; }
14 label { display: inline; border:none; padding:0; }
15 15 .label { display: none; }
16 16
17 17 max-width: 940px;
General Comments 0
You need to be logged in to leave comments. Login now