module.less: tables, just playing around
This commit is contained in:
parent
fbc6adcab1
commit
bd31d0e06d
|
@ -88,7 +88,8 @@ p.error {
|
|||
/* Simple table, test */
|
||||
|
||||
table.simple {
|
||||
width: 100%;
|
||||
width: auto;
|
||||
min-width: 100%;
|
||||
border-collapse: separate;
|
||||
font-size: 0.857em;
|
||||
border-spacing: 0 1px;
|
||||
|
@ -137,12 +138,6 @@ table.simple {
|
|||
padding: 0.1em;
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
|
||||
a {
|
||||
padding: 0.3em 0.5em;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
td.ok {
|
||||
|
|
Loading…
Reference in New Issue