diff options
author | friendica <info@friendica.com> | 2014-12-22 16:33:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-22 16:33:41 -0800 |
commit | 63ae4b515022843cadb27940c13f2b72a8c5faa5 (patch) | |
tree | 17afe2fb8efc7760a8de8291364989873806f8aa /view/theme | |
parent | 9544dffaf3ec7418a345a0ad81b8d493e609bcde (diff) | |
parent | 1049adeff644eddd8a77ed29376a694e804f0604 (diff) | |
download | volse-hubzilla-63ae4b515022843cadb27940c13f2b72a8c5faa5.tar.gz volse-hubzilla-63ae4b515022843cadb27940c13f2b72a8c5faa5.tar.bz2 volse-hubzilla-63ae4b515022843cadb27940c13f2b72a8c5faa5.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d0b86982a..0d1f45bda 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -583,10 +583,17 @@ footer { } .app-name { - width: 125px; overflow: none; } +.app-container img { + margin-left: auto; + margin-right: auto; + width: 80px; + height: 80px; + display: block; +} + .pager { padding: 10px; |