Width fix for classic theme.
Reverts the new width change with the 2012 theme for the old themes.
This commit is contained in:
parent
7cea726d96
commit
494a90ff7d
|
|
@ -11,6 +11,7 @@ html {
|
|||
|
||||
.content, #footer {
|
||||
max-width: 1000px;
|
||||
width: 1000px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ html {
|
|||
|
||||
.content, #footer {
|
||||
max-width: 1000px;
|
||||
width: 1000px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue