11 lines
168 B
CSS
11 lines
168 B
CSS
|
|
||
|
#profile-fields td.category {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
#profile-fields tr.category-message {
|
||
|
color: #999;
|
||
|
}
|
||
|
#profile-fields tr.category-populated {
|
||
|
display: none;
|
||
|
}
|