Simple Thingy to center everything
FourColor BBS Centered by TheAwesomeJoel

Details
AuthorTheAwesomeJoel
LicenseNo License
Categorybbs.flatgrass.net
Created
Updated
Code size361 B
Code checksumb1d8a43
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name FourColor BBS Centered
@namespace IDK
@version 1.0.0
@description Center the site
@author Bonkerous
==/UserStyle== */
@-moz-document domain("bbs.flatgrass.net") {
#header, #postform, div[id^="post_"], div[id*=" post_"], .card {
margin: 0 auto;
margin-top: 8px;
margin-bottom: 8px;
}
}