styling phone list

This commit is contained in:
Frédéric Péters 2009-10-22 10:59:39 +02:00
parent 2a0b4cd732
commit 38e4d2ae16
1 changed files with 12 additions and 0 deletions

View File

@ -2013,3 +2013,15 @@ body.smallText { font-size: 60%; }
text-align: center;
}
table#phone-numbers {
max-width: 30em;
}
td.col-phone {
text-align: right;
}
table#phone-numbers tr:nth-child(odd) {
background: #ccc;
}