diff options
-rw-r--r-- | view/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/style.css b/view/style.css index 2fd5db1fb..eb049da85 100644 --- a/view/style.css +++ b/view/style.css @@ -919,6 +919,9 @@ input#dfrn-url { } #acl-permit-outer-wrapper, #acl-deny-outer-wrapper { + padding: 10px; + margin-top: 10px; + border: 2px solid #BBBBBB; float: left; } |