Don't remove the content area border on the copyright page
This commit is contained in:
parent
2b326acc32
commit
a3c83f8623
3 changed files with 7 additions and 15 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue