-/* Rules for the user settings page */
-
-#user_new_email {
- width: 60% !important;
-}
-
-#user_description, #user_preferred_editor {
- width: 90% !important;
-}
-
-.minorNote {
- display: block;
-}
-
-/* Rules for the browse pages */
-
-.browse-section.common div{
- clear: both;
-}
-
-#changeset_list_map {
- position: relative;
- width: 100%;
- right: 0;
- left: 0;
- top: 0px;
- margin-bottom: 20px;
- float: none;
- height: 300px !important;
- max-height: auto;
- min-height: auto;
-}
-
-/* Rules for the diary entries pages */
-
-#diary_entry_title, #diary_entry_body, #diary_entry_language_code, #diary_comment_body {
- width: 100% !important;
-}
-
-#usemap {
- display: block;
-}
-
-/* Rules for the messaging pages */
-
-#message_title, #message_body {
- width: 100% !important;
-}
-