]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Don't remove the content area border on the copyright page
[rails.git] / app / assets / stylesheets / common.css.scss
index 4a07e3659db4d5878ebba8e6f52f97fd1884c34a..4d59e61318e6558bdc91bc0569e5ca5e5a6fb497 100644 (file)
@@ -516,13 +516,6 @@ h2 {
 
 /* Rules for the main content area */
 
 
 /* Rules for the main content area */
 
-body.site #content {
-  padding: 0px;
-  margin: 0px;
-  position: absolute;
-  bottom: 0px;
-}
-
 #content {
   padding: 10px;
   margin: 0px;
 #content {
   padding: 10px;
   margin: 0px;
@@ -530,6 +523,13 @@ body.site #content {
   bottom: 0px;
 }
 
   bottom: 0px;
 }
 
+#content.site_index,
+#content.site_edit,
+#content.site_export {
+  border: 0px;
+  padding: 0px;
+}
+
 #slim_container {
   width: 100%;
 }
 #slim_container {
   width: 100%;
 }