Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding border to UC People background pages
  • Loading branch information
briandunnigan authored and briandunnigan committed Dec 18, 2015
1 parent 88ca336 commit 39b58ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/executive.css
Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions sass/executive.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 39b58ad

Please sign in to comment.