-/* 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_navigation {
- width: 100% !important;
- margin-top: 0 !important;
-}
-
-#small_map, #browse_map {
- width: 100% !important;
-}
-
-#changeset_list tr {
- display: block;
- clear: left;
- width: 100%;
-}
-
-#changeset_list th {
- display: none;
-}
-
-#changeset_list td {
- display: block;
- float: left;
- padding-right: 10px;
-}
-
-#changeset_list td.comment, #changeset_list td.area {
- width: 96%;
- clear: left;