Skip to content

Commit

Permalink
Align div width in account_prof_menu_page.php
Browse files Browse the repository at this point in the history
Specific CSS for the 2 divs on this page (to make them 65% width) was
removed, so that their appearance is consistent with the other user
preference pages.
  • Loading branch information
dregad committed May 20, 2014
1 parent cf354ef commit ca777bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions css/default.css
Expand Up @@ -478,9 +478,7 @@ div#reauth-div,
div#login-div,
div#lost-password-div,
div#signup-div,
div#select-project-div,
div#account-profile-div,
div#account-profile-update-div {
div#select-project-div {
width: 65%;
}
div#adm-config-div {
Expand Down

0 comments on commit ca777bb

Please sign in to comment.