From 39b58adee2206d98e0113485cf224038af3e86c1 Mon Sep 17 00:00:00 2001 From: briandunnigan Date: Fri, 18 Dec 2015 13:57:22 -0500 Subject: [PATCH] Adding border to UC People background pages --- css/executive.css | 3 +++ sass/executive.scss | 3 +++ 2 files changed, 6 insertions(+) diff --git a/css/executive.css b/css/executive.css index c81e99b..1a87f12 100644 --- a/css/executive.css +++ b/css/executive.css @@ -11138,6 +11138,9 @@ h1.entry-title { /* ----------------------------- UC People ----------------------------- */ #page-userlist { background-color: white; + border-left: 1px solid #eee; + border-right: 1px solid #eee; + border-bottom: 1px solid #eee; } #page-userlist #page-sidebar { padding-top: 8px; diff --git a/sass/executive.scss b/sass/executive.scss index eb51a23..263f5f8 100644 --- a/sass/executive.scss +++ b/sass/executive.scss @@ -911,6 +911,9 @@ padding:8px 12px 4px #page-userlist { background-color:white; + border-left: 1px solid #eee; + border-right: 1px solid #eee; + border-bottom:1px solid #eee; #page-sidebar { padding-top:8px;