From 938247427da4f6df421eadb3fe6d1718803bb201 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Fri, 23 Jul 2010 03:10:53 -0700 Subject: [PATCH] acl border --- view/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/style.css b/view/style.css index 2fd5db1fb1..eb049da853 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; }