Skip to content

Commit

Permalink
Merge pull request #735 from okfn/726-zoom-bug
Browse files Browse the repository at this point in the history
#726 Fix page zoom out render issue
  • Loading branch information
vitorbaptista committed Apr 11, 2013
2 parents a5c5b66 + 2b46a45 commit ac3714c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions ckan/public/base/less/layout.less
Expand Up @@ -28,8 +28,7 @@
}

[role=main] .primary {
width: 719px;
margin-left: 1px;
width: 717px;
float: right;
}

Expand Down
2 changes: 0 additions & 2 deletions ckan/public/base/less/mixins.less
Expand Up @@ -134,8 +134,6 @@ a.tag:hover {

.box {
background-color: #FFF;
margin-left: -1px;
margin-right: -1px;
border: 1px solid @layoutTrimBorderColor;
.border-radius(4px);
.box-shadow(0 0 0 4px rgba(0, 0, 0, 0.05));
Expand Down

0 comments on commit ac3714c

Please sign in to comment.