Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Changes the wiki edit page placement
Browse files Browse the repository at this point in the history
Make the edit wiki page not use a right margin to place it next to the sidebar.

This uses a more adaptable code, similar to how all other Reddit pages interact with the sidebar. 
  • Loading branch information
rolmos committed Sep 12, 2012
1 parent 1b569ab commit fb45381
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion r2/r2/public/static/css/reddit.css
Expand Up @@ -992,7 +992,10 @@ a.author { margin-right: 0.5em; }
}

.wiki-page-content {
margin-right: 315px;
overflow: hidden;
}
#editform {
margin-right: 10px;
}
.discussionlink {
display: inline-block;
Expand Down

0 comments on commit fb45381

Please sign in to comment.