Skip to content

Commit

Permalink
[2332] Fix width of navigation on resources page
Browse files Browse the repository at this point in the history
This was actually an issue with the rest of the page being wider than
the all the others making the navigation look narrower. I've reduced
the width to 940px, this was originally set to 950px by Rufus as a fix
to #1396 but change does not seem to affect the page.
  • Loading branch information
aron committed Apr 30, 2012
1 parent 7ab53a3 commit 02e1784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ body.package.read #sidebar li.widget-container {
body.package.resource_read #sidebar { display: none; }
body.package.resource_read #content {
border-right: 0;
width: 950px;
width: 940px;
}

.resource_read .notes {
Expand Down

0 comments on commit 02e1784

Please sign in to comment.