diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-08 11:29:45 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-08 11:29:45 -0800 |
commit | 6ee691e0190a7d6488888d2fd5009324e3a88f74 (patch) | |
tree | f518ddee1420f2b14abceefbe8088915b2629b6c /view/theme/redbasic/css | |
parent | 28f083323750e3083c5ba07f685d30b44e1d2482 (diff) | |
parent | eb415fd869b03724b7308320b45b1bdfae6e5142 (diff) | |
download | volse-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.css | 5 |
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 +} |