diff options
author | RedMatrix <info@friendica.com> | 2014-12-23 11:33:11 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-12-23 11:33:11 +1100 |
commit | 1049adeff644eddd8a77ed29376a694e804f0604 (patch) | |
tree | 3ad11aea3578aa053435338d355f3eeb938db2fb /view/theme/redbasic | |
parent | c85702aeb61a0d496d123c63b322b728b78ff0f7 (diff) | |
parent | fa65d31f3fb143acc8cc273d21a43c0bbd4f0524 (diff) | |
download | volse-hubzilla-1049adeff644eddd8a77ed29376a694e804f0604.tar.gz volse-hubzilla-1049adeff644eddd8a77ed29376a694e804f0604.tar.bz2 volse-hubzilla-1049adeff644eddd8a77ed29376a694e804f0604.zip |
Merge pull request #760 from pafcu/apps
Some apps changes
Diffstat (limited to 'view/theme/redbasic')
-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; |