aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-08 11:29:45 -0800
committerzotlabs <mike@macgirvin.com>2017-02-08 11:29:45 -0800
commit6ee691e0190a7d6488888d2fd5009324e3a88f74 (patch)
treef518ddee1420f2b14abceefbe8088915b2629b6c /view/theme/redbasic/css
parent28f083323750e3083c5ba07f685d30b44e1d2482 (diff)
parenteb415fd869b03724b7308320b45b1bdfae6e5142 (diff)
downloadvolse-hubzilla-6ee691e0190a7d6488888d2fd5009324e3a88f74.tar.gz
volse-hubzilla-6ee691e0190a7d6488888d2fd5009324e3a88f74.tar.bz2
volse-hubzilla-6ee691e0190a7d6488888d2fd5009324e3a88f74.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 02ee689ce..52a8abb03 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2104,6 +2104,9 @@ dl.bb-dl > dd > li {
font-size: 80px;
color: $toolicon_colour;
text-shadow: 3px 3px 3px lightgrey;
+}
+
+.app-detail {
text-align: center;
}
@@ -2112,4 +2115,4 @@ dl.bb-dl > dd > li {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
-} \ No newline at end of file
+}