Don't remove the content area border on the copyright page

This commit is contained in:
Tom Hughes 2012-02-14 12:03:54 +00:00
parent 2b326acc32
commit a3c83f8623
3 changed files with 7 additions and 15 deletions

View 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 { #content {
padding: 10px; padding: 10px;
margin: 0px; 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 { #slim_container {
width: 100%; width: 100%;
} }

View file

@ -125,10 +125,6 @@ html body {
/* Rules for the main content area */ /* Rules for the main content area */
body.site #content {
border: 0;
}
#content { #content {
border-left: 1px solid #ccc; border-left: 1px solid #ccc;
left: 185px; left: 185px;

View file

@ -125,10 +125,6 @@ html body {
/* Rules for the main content area */ /* Rules for the main content area */
body.site #content {
border: 0;
}
#content { #content {
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
right: 185px; right: 185px;