]> git.openstreetmap.org Git - rails.git/commitdiff
Don't remove the content area border on the copyright page
authorTom Hughes <tom@compton.nu>
Tue, 14 Feb 2012 12:03:54 +0000 (12:03 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 14 Feb 2012 12:03:54 +0000 (12:03 +0000)
app/assets/stylesheets/common.css.scss
app/assets/stylesheets/ltr.css.scss
app/assets/stylesheets/rtl.css.scss

index 4a07e3659db4d5878ebba8e6f52f97fd1884c34a..4d59e61318e6558bdc91bc0569e5ca5e5a6fb497 100644 (file)
@@ -516,13 +516,6 @@ h2 {
 
 /* Rules for the main content area */
 
-body.site #content {
-  padding: 0px;
-  margin: 0px;
-  position: absolute;
-  bottom: 0px;
-}
-
 #content {
   padding: 10px;
   margin: 0px;
@@ -530,6 +523,13 @@ body.site #content {
   bottom: 0px;
 }
 
+#content.site_index,
+#content.site_edit,
+#content.site_export {
+  border: 0px;
+  padding: 0px;
+}
+
 #slim_container {
   width: 100%;
 }
index 0cb78c29031306cbb72e49c6b4332a81df5e6b36..61fbf4104a1c128c578347768dd78e5e320300a1 100644 (file)
@@ -125,10 +125,6 @@ html body {
 
 /* Rules for the main content area */
 
-body.site #content {
-  border: 0;
-}
-
 #content {
   border-left: 1px solid #ccc;
   left: 185px;
index b0020dce435f61673b553c05b4421a14b6a66d92..d616feda66fd3a74e877b4cc397c6f6d1e3386d7 100644 (file)
@@ -125,10 +125,6 @@ html body {
 
 /* Rules for the main content area */
 
-body.site #content {
-  border: 0;
-}
-
 #content {
   border-right: 1px solid #ccc;
   right: 185px;