mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Use UTF8 nbsp instead of whitespace because whitespaces get removed by minifying
This commit is contained in:
parent
8e455d873b
commit
ee8762f84b
@ -754,7 +754,7 @@ ul.et2_link_string {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
.et2_link_string li:not(:last-child):after {
|
.et2_link_string li:not(:last-child):after {
|
||||||
content: ', ';
|
content: '\002C\00A0';
|
||||||
}
|
}
|
||||||
.et2_link_list {
|
.et2_link_list {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
Loading…
Reference in New Issue
Block a user