background: url('/images/tab_bottom.gif') repeat-x bottom;
}
+/* An unread message (e.g. "inbox(1)") */
+.greeting-bar-unread {
+ font-weight: bold;
+}
+
#intro {
width: 170px;
margin: 10px;
font-size: 14px;
}
+#sotm {
+ width: 170px;
+ padding: 0px;
+}
+
.notice {
width: 150px;
margin: 10px;
font-size: x-small;
}
-#keyvalue {
+#changeset_list, #keyvalue {
font-size: small;
text-align: left;
border-collapse: collapse;
border-width: 0px;
}
-#keyvalue.th {
+#changeset_list {
+ width: 100%;
+}
+
+#changeset_list .date {
+ white-space: nowrap;
+}
+
+#changeset_list .user {
+ white-space: nowrap;
+}
+
+#changeset_list .area {
+ white-space: nowrap;
+}
+
+#changeset_list.th {
font-weight: bold;
}