diff --git a/skins/pcfintranetstyle_styles/pcf-intranet.css b/skins/pcfintranetstyle_styles/pcf-intranet.css index 4eedaff..2792472 100644 --- a/skins/pcfintranetstyle_styles/pcf-intranet.css +++ b/skins/pcfintranetstyle_styles/pcf-intranet.css @@ -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; +} +