Skip to content

Commit

Permalink
MINOR Fixing 1px gap between nav tree and page header
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Mar 27, 2012
1 parent 064a36e commit 87fbb72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions admin/scss/_style.scss
Expand Up @@ -1426,5 +1426,14 @@ form.import-form {
label.left {
width: 250px;
}

}

/** --------------------------------------------
* Page Edit Controller
* -------------------------------------------- */

.cms-container .CMSMain.CMSPageEditController {
// Fix pixel gap between nav tree and main page header
margin-left:-1px;
}

0 comments on commit 87fbb72

Please sign in to comment.