-#header h1 {
+.header {
margin: 0;
+ font-size: 22px;
+ font-weight: bold;
+ line-height: 1em;
}
#actions ul {
border-bottom: 1px solid #000;
}
+#editcontent {
+ width: 100%;
+}
+
+/* Stuff for the RecentChanges table. */
+.changeheader {
+ background: #eee;
+ color: black !important;
+}
+.changetime {
+ white-space: nowrap;
+}
+
/* Used for adding a blog page. */
#blogform {
padding: 10px 10px;