diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 11 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 12 |
2 files changed, 21 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 32d88493c..cc55f7887 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2225,4 +2225,13 @@ a.mail-list-link { position: absolute; top: 0; left: 0; -) +} + +#group-members { + margin-top: 20px; +} + +#group-members-end { + clear: both; +} + diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 0872691dc..17b4e7fb2 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2248,4 +2248,14 @@ a.mail-list-link { position: absolute; top: 0; left: 0; -) +} + + +#group-members { + margin-top: 20px; +} + +#group-members-end { + clear: both; +} + |