#map {
margin: 0px;
+ border: 0px;
padding: 0px;
}
bottom: 0px;
left: 0px;
right: 0px;
+ overflow: hidden;
}
/* Rules for the changeset list shown by the history tab etc */
/* Rules for the account settings page */
+#accountForm {
+ margin-top: 20px;
+}
+
#accountForm td {
padding-bottom: 10px;
}
font-weight: bold;
}
+.inbox-row .inbox-mark-read {
+ display: none;
+}
+
+.inbox-row-unread .inbox-mark-unread {
+ display: none;
+}
+
/* Rules for "flash" notice boxes shown at the top of the content area */
#error {