« Utilisateur:Maxim21/common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 3 : | Ligne 3 : | ||
text-align: center; | text-align: center; | ||
vertical-align: middle; | vertical-align: middle; | ||
} | |||
.borderlessdisplaytable td { | |||
min-width: 100px; | |||
max-width: 150px; | |||
padding: 0 5px 0; | |||
} | |||
.borderlessdisplaytable th { | |||
max-width: 150px; | |||
} | } | ||
Version du 10 mai 2015 à 10:16
.borderlessdisplaytable {
max-width: 100%;
text-align: center;
vertical-align: middle;
}
.borderlessdisplaytable td {
min-width: 100px;
max-width: 150px;
padding: 0 5px 0;
}
.borderlessdisplaytable th {
max-width: 150px;
}