tabs to spaces + editorconfig
This commit is contained in:
parent
1bc094e9df
commit
5fa49413b6
24 changed files with 1671 additions and 1672 deletions
|
@ -4,35 +4,35 @@
|
|||
|
||||
table,
|
||||
.@{kna-namespace}table {
|
||||
width: 100%;
|
||||
max-width : 100%;
|
||||
table-layout: fixed;
|
||||
border-collapse: collapse;
|
||||
vertical-align: top;
|
||||
border: 1px solid #ccc;
|
||||
width: 100%;
|
||||
max-width : 100%;
|
||||
table-layout: fixed;
|
||||
border-collapse: collapse;
|
||||
vertical-align: top;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.@{kna-namespace}table {
|
||||
display: table;
|
||||
display: table;
|
||||
}
|
||||
|
||||
table#@{kna-namespace}recaptcha_table,
|
||||
table.@{kna-namespace}table-auto {
|
||||
table-layout:auto;
|
||||
table-layout:auto;
|
||||
}
|
||||
|
||||
caption {
|
||||
padding: @small-value;
|
||||
color: #555;
|
||||
font-style: italic;
|
||||
padding: @small-value;
|
||||
color: #555;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
padding: 0.3em 0.8em;
|
||||
border: 1px #aaa dotted;
|
||||
vertical-align: top;
|
||||
min-width: @medium-value;
|
||||
cursor: default;
|
||||
text-align: left;
|
||||
padding: 0.3em 0.8em;
|
||||
border: 1px #aaa dotted;
|
||||
vertical-align: top;
|
||||
min-width: @medium-value;
|
||||
cursor: default;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue