diff options
author | friendica <info@friendica.com> | 2012-11-03 21:37:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-03 21:37:19 -0700 |
commit | e5df0f9ce995725adf70df47823ca92bb1396356 (patch) | |
tree | 5664982dce3e7cd20537be36804e71af38090e0c /view/theme | |
parent | a746eb751f0605101cec93e41f0a15b3bc572745 (diff) | |
download | volse-hubzilla-e5df0f9ce995725adf70df47823ca92bb1396356.tar.gz volse-hubzilla-e5df0f9ce995725adf70df47823ca92bb1396356.tar.bz2 volse-hubzilla-e5df0f9ce995725adf70df47823ca92bb1396356.zip |
settings/features page to enable/disable software features
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index 4c9d10edd..40941c890 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -3077,6 +3077,7 @@ aside input[type='text'] { .field .onoff { float: left; width: 80px; + margin-right: 15px; } .field .onoff a { display: block; |