.site-index #tabnav a#viewanchor,
.site-edit #tabnav a#editanchor,
-.changeset_list #tabnav a#historyanchor,
+.changeset-list #tabnav a#historyanchor,
.site-export #tabnav a#exportanchor {
border-bottom: 1px solid #aaa;
background: #9ed485;
top: 30px;
}
+#content.maximised {
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ border: 0;
+ z-index: 1000;
+}
+
#slim_container {
width: 100%;
}
padding-left: 0;
}
}
- .hidden li,
- .hide_unless_logged_in li,
- .hide_unless_administrator li {
- border-left: 1px solid #ccc;
- padding-left: 5px;
- }
- .hidden:first-child li,
- .hide_unless_logged_in:first-child li,
- .hide_unless_administrator:first-child li {
- border-left: 0;
- padding-left: 0;
- }
}
/* Utility for managing inner content areas */