From Rejoice in Saint Joan of Arc
|
|
Line 2: |
Line 2: |
|
| |
|
| /* reduce standard page width */ | | /* reduce standard page width */ |
| /* body:not(.vector-feature-wide-container-enabled) .vector-main-container,
| | body:not(.vector-feature-wide-container-enabled) .vector-main-container, |
| /* body:not(.vector-feature-wide-container-enabled) .vector-content {
| | body:not(.vector-feature-wide-container-enabled) .vector-body { |
| /* max-width: 900px !important;
| | max-width: 900px !important; |
| /* margin: auto !important;
| | margin: auto !important; |
| /* }
| |
| | |
| .vector-skin-standard .bodyContent {
| |
| max-width: 900px !important;
| |
| margin: 0 auto !important;
| |
| } | | } |
Revision as of 01:41, 2 February 2025
/* All CSS here will be loaded for users of the Vector skin */
/* reduce standard page width */
body:not(.vector-feature-wide-container-enabled) .vector-main-container,
body:not(.vector-feature-wide-container-enabled) .vector-body {
max-width: 900px !important;
margin: auto !important;
}