diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-04 09:54:33 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-04 09:54:33 +0100 |
commit | 6d30abe4bf4a92961f103f1ae899a2ef49a6d607 (patch) | |
tree | b9ad9ea048ddcd25739503c321ad8631ea4f2900 /view/theme/redbasic | |
parent | df90677f900a1a6ed496628545a8e109700e168b (diff) | |
download | volse-hubzilla-6d30abe4bf4a92961f103f1ae899a2ef49a6d607.tar.gz volse-hubzilla-6d30abe4bf4a92961f103f1ae899a2ef49a6d607.tar.bz2 volse-hubzilla-6d30abe4bf4a92961f103f1ae899a2ef49a6d607.zip |
Accordionize feature settings
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 787deb6ea..87e12a9b3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1938,6 +1938,8 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ color: #31708f; background-color: #d9edf7; margin-bottom: 3px; + border-radius: $radiuspx; + text-align: center; } .section-content-wrapper { padding: 7px 10px; |