diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-01-21 11:48:10 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-01-21 11:48:10 +0100 |
commit | b711c050db39bd733f4a48cbe575b9e926aa3d0d (patch) | |
tree | 203ec54b2bbe4e5d1fe77098f4fbc46c85422ec4 /view/theme | |
parent | 928f1bfa7bdaa4f8a85ea4bec6ebcb182975f158 (diff) | |
download | volse-hubzilla-b711c050db39bd733f4a48cbe575b9e926aa3d0d.tar.gz volse-hubzilla-b711c050db39bd733f4a48cbe575b9e926aa3d0d.tar.bz2 volse-hubzilla-b711c050db39bd733f4a48cbe575b9e926aa3d0d.zip |
make contact block look widget alike
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 8020da00a..4ae08dec8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -489,13 +489,6 @@ footer { #contact-block { width: 100%; float: left; - background-color: rgba(254,254,254,0.5); - border-bottom: 1px solid rgba(238,238,238,0.8); - -moz-border-radius: $radiuspx; - -webkit-border-radius: $radiuspx; - border-radius: $radiuspx; - padding: 10px; - margin-bottom:10px; } #contact-block-numcontacts { |