diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-26 13:57:13 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-26 13:57:13 +0100 |
commit | 032cbca6511cd0e0bbd5d6a41993a7a3734efc37 (patch) | |
tree | 612e580b51415f8ba45b726b317fe01878068658 /view/theme/redbasic/css | |
parent | be3e0ca9a11923e1eba6b565af512c9339597f74 (diff) | |
download | volse-hubzilla-032cbca6511cd0e0bbd5d6a41993a7a3734efc37.tar.gz volse-hubzilla-032cbca6511cd0e0bbd5d6a41993a7a3734efc37.tar.bz2 volse-hubzilla-032cbca6511cd0e0bbd5d6a41993a7a3734efc37.zip |
slightly improve custom acl selector
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9af1c461e..818ee2a64 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -842,15 +842,6 @@ div.jGrowl div.jGrowl-notification { font-family: ForkAwesome, sans-serif, arial, freesans; } -.acl-list-item { - width: 100%; - padding: 0.5rem; - margin-bottom: 0.5rem; - border: 1px solid #ccc; - float: left; - border-radius: $radius; -} - .acl-item-header { width: 100%; } |