mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2024-11-12 19:33:27 +00:00
10 lines
168 B
CSS
10 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;
|
|
}
|