Skip to content

Commit

Permalink
Slight change to right padding in the content pane
Browse files Browse the repository at this point in the history
  • Loading branch information
amcnamara committed Jan 5, 2012
1 parent 554cb1f commit 66d0ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/public/css/refheap.css
Expand Up @@ -78,7 +78,7 @@ div#content {
}

div#container {
padding: 6px 10px 10px 13px;
padding: 6px 12px 10px 13px;
background-color: #434E48;
width: initial;
border-radius: 5px;
Expand All @@ -98,8 +98,8 @@ div#main-right {
height: 507px;
border: 2px solid #2E2E2E;
float: right;
margin-right: 2px;
margin-top: 41px;
margin-right: 1px;
overflow: auto;
}

Expand Down

0 comments on commit 66d0ce1

Please sign in to comment.