1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Fix space permissions group vs. user role overriding

This commit is contained in:
sauls8t 2018-03-27 11:33:43 +01:00
parent e1d2d4c037
commit ad4030bc17
11 changed files with 691 additions and 680 deletions

View file

@ -15,20 +15,20 @@
@top-right {
font-size: 12px;
content: string(doctitle);
color: $color-off-black;
// content: string(doctitle);
}
@bottom-left {
font-size: 12px;
content: 'Exported from Documize';
color: $color-off-black;
// content: 'Exported from Documize';
}
@bottom-right {
content: counter(page);
font-size: 12px;
color: $color-off-black;
// content: counter(page);
}
}