Jump to content

MediaWiki:Vector.css: Difference between revisions

Undo revision 921 by Michael Bromley (talk)
No edit summary
Tag: Reverted
(Undo revision 921 by Michael Bromley (talk))
Tag: Undo
 
Line 18: Line 18:
# adding to vector bc commmon.css doesn't work
# adding to vector bc commmon.css doesn't work
/* Set max width and adjust background for Blog namespace */
/* Set max width and adjust background for Blog namespace */
.NS-BLOG #content,
.ns-3000 #content,
     max-width: 650px; /* Adjust the value as needed */
     max-width: 650px; /* Adjust the value as needed */
     margin: 0 auto; /* Center the content */
     margin: 0 auto; /* Center the content */
     font-size: 110%;
     font-size: 110%;
}
}