aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-10 22:22:51 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-10 22:22:51 +0200
commit5e576bff63df2b13912d225944424a998c2f7293 (patch)
treec3632b61bf29394fad1cebf45a235ecc027af0ba /view/theme
parente1338f5a7fc06cd87d62ffaa8d7ad0f17ab7c625 (diff)
downloadvolse-hubzilla-5e576bff63df2b13912d225944424a998c2f7293.tar.gz
volse-hubzilla-5e576bff63df2b13912d225944424a998c2f7293.tar.bz2
volse-hubzilla-5e576bff63df2b13912d225944424a998c2f7293.zip
fix radius setting
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index f989c6bf9..0446269c7 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1870,7 +1870,7 @@ nav .dropdown-menu {
.generic-content-wrapper {
border: 1px solid #ccc;
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
- border-radius: 4px;
+ border-radius: $radiuspx;
background-color: #fff;
}