/* Rules for the main content area */
-body.site #content {
- padding: 0px;
- margin: 0px;
- position: absolute;
- bottom: 0px;
-}
-
#content {
padding: 10px;
margin: 0px;
bottom: 0px;
}
+#content.site_index,
+#content.site_edit,
+#content.site_export {
+ border: 0px;
+ padding: 0px;
+}
+
#slim_container {
width: 100%;
}
/* Rules for the main content area */
-body.site #content {
- border: 0;
-}
-
#content {
border-left: 1px solid #ccc;
left: 185px;
/* Rules for the main content area */
-body.site #content {
- border: 0;
-}
-
#content {
border-right: 1px solid #ccc;
right: 185px;