module.less: tables, just playing around

This commit is contained in:
Thomas Gelf 2015-07-26 15:35:21 +02:00
parent fbc6adcab1
commit bd31d0e06d
1 changed files with 2 additions and 7 deletions

View File

@ -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 {