diff options
author | Friendika <info@friendika.com> | 2011-02-23 18:24:29 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-23 18:24:29 -0800 |
commit | 834439b7300584350ac1676f3f43f5511a4b509b (patch) | |
tree | 07eee6cd1f2e078d7f37e9fe7ce6fe7128255fbc /view | |
parent | 352fef6208184d0609d3305010c5d74dd5e4c720 (diff) | |
download | volse-hubzilla-834439b7300584350ac1676f3f43f5511a4b509b.tar.gz volse-hubzilla-834439b7300584350ac1676f3f43f5511a4b509b.tar.bz2 volse-hubzilla-834439b7300584350ac1676f3f43f5511a4b509b.zip |
cleanup plugin and post settings
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index a820c381c..9b18b5c41 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2025,3 +2025,9 @@ a.mail-list-link { .today { color: #FF0000; } + +.settings-block { + border: 1px solid #AAA; + margin: 10px; + padding: 10px; +} diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 145123aaf..256c98d8e 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2073,3 +2073,10 @@ a.mail-list-link { .today { color: #FF0000; } + + +.settings-block { + border: 1px solid #AAA; + margin: 10px; + padding: 10px; +} |