diff options
author | Friendika <info@friendika.com> | 2011-02-23 19:54:29 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-23 19:54:29 -0800 |
commit | b92150297f6670b7aeb8c8ab4e1843a69d8e14bc (patch) | |
tree | 5003725e8b3551a59ecb9b03ecf9907722c263b3 /view/theme | |
parent | 15780914eca543bf14dbf211bcbf7d18e3553639 (diff) | |
download | volse-hubzilla-b92150297f6670b7aeb8c8ab4e1843a69d8e14bc.tar.gz volse-hubzilla-b92150297f6670b7aeb8c8ab4e1843a69d8e14bc.tar.bz2 volse-hubzilla-b92150297f6670b7aeb8c8ab4e1843a69d8e14bc.zip |
more consistency to plugins
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 5 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9b18b5c41..2bffc2f17 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2031,3 +2031,8 @@ a.mail-list-link { margin: 10px; padding: 10px; } + +.app-title { + margin: 10px; +} + diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 256c98d8e..7e8299eb5 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2080,3 +2080,9 @@ a.mail-list-link { margin: 10px; padding: 10px; } + + +.app-title { + margin: 10px; +} + |