diff --git a/output/styles2.css b/output/styles2.css index 9a17fe7..e225595 100644 --- a/output/styles2.css +++ b/output/styles2.css @@ -26,14 +26,21 @@ header { #tbl_communities { width:100%; } +/* Hide the identifier column before removal. */ +#th_identifier { display: none; } +.td_identifier { display: none; font-family: monospace; } + +.td_language:empty::after { + content: "\2753"; +} + #th_description { } .td_description { overflow: hidden; text-overflow: ellipsis; - display: - -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 3; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; } diff --git a/sites/+components/tbl_communities.php b/sites/+components/tbl_communities.php index 63d4fc5..772ed66 100644 --- a/sites/+components/tbl_communities.php +++ b/sites/+components/tbl_communities.php @@ -39,10 +39,8 @@