aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2014-12-22 23:06:04 +0100
committerStefan Parviainen <saparvia@caterva.eu>2014-12-22 23:09:10 +0100
commitfa65d31f3fb143acc8cc273d21a43c0bbd4f0524 (patch)
treef3133697f17ddcce4086fed57ee78ed106c65df5 /view/theme
parent83eb7a10e27a634dc64f093a885e9cb0d9f05eed (diff)
downloadvolse-hubzilla-fa65d31f3fb143acc8cc273d21a43c0bbd4f0524.tar.gz
volse-hubzilla-fa65d31f3fb143acc8cc273d21a43c0bbd4f0524.tar.bz2
volse-hubzilla-fa65d31f3fb143acc8cc273d21a43c0bbd4f0524.zip
Move app icon centering to style.css
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 50a501ac3..e5a0e31d8 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -586,6 +586,14 @@ footer {
overflow: none;
}
+.app-container img {
+ margin-left: auto;
+ margin-right: auto;
+ width: 80px;
+ height: 80px;
+ display: block;
+}
+
.pager {
padding: 10px;