diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-08 10:56:03 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-08 10:56:03 +0100 |
commit | ace0a1cb754422da929784b9bd24b4c106d2a66e (patch) | |
tree | 362b5a9e82a67d9c4601a70cc4dc7981cf27464d /view/theme | |
parent | 6ceaea8478a08e8f2a5fc10f085a99331cbef36f (diff) | |
download | volse-hubzilla-ace0a1cb754422da929784b9bd24b4c106d2a66e.tar.gz volse-hubzilla-ace0a1cb754422da929784b9bd24b4c106d2a66e.tar.bz2 volse-hubzilla-ace0a1cb754422da929784b9bd24b4c106d2a66e.zip |
do not show feature button if the app is shared. css fixes
Diffstat (limited to 'view/theme')
-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 +} |